Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / IPHostEntry.cs / 1305376 / IPHostEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { // Host information ////// public class IPHostEntry { string hostName; string[] aliases; IPAddress[] addressList; ///Provides a container class for Internet host address information.. ////// ////// Contains the DNS /// name of the host. /// ////// public string HostName { get { return hostName; } set { hostName = value; } } ////// ////// Provides an /// array of strings containing other DNS names that resolve to the IP addresses /// in ///. /// /// public string[] Aliases { get { return aliases; } set { aliases = value; } } ////// ////// Provides an /// array of ///objects. /// /// public IPAddress[] AddressList { get { return addressList; } set { addressList = value; } } } // class IPHostEntry } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { // Host information ////// public class IPHostEntry { string hostName; string[] aliases; IPAddress[] addressList; ///Provides a container class for Internet host address information.. ////// ////// Contains the DNS /// name of the host. /// ////// public string HostName { get { return hostName; } set { hostName = value; } } ////// ////// Provides an /// array of strings containing other DNS names that resolve to the IP addresses /// in ///. /// /// public string[] Aliases { get { return aliases; } set { aliases = value; } } ////// ////// Provides an /// array of ///objects. /// /// public IPAddress[] AddressList { get { return addressList; } set { addressList = value; } } } // class IPHostEntry } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PlatformNotSupportedException.cs
- JsonCollectionDataContract.cs
- CodeSubDirectoriesCollection.cs
- isolationinterop.cs
- Model3D.cs
- CodeTypeDeclarationCollection.cs
- PerfCounters.cs
- Message.cs
- TreeView.cs
- VectorValueSerializer.cs
- PreviewPageInfo.cs
- ResolvedKeyFrameEntry.cs
- StorageAssociationTypeMapping.cs
- AxHost.cs
- NavigationFailedEventArgs.cs
- ManagementException.cs
- GridViewRowCollection.cs
- URLAttribute.cs
- TabControlCancelEvent.cs
- ZipIOExtraFieldZip64Element.cs
- ScrollBar.cs
- BindingExpressionBase.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WpfKnownType.cs
- TransactionScopeDesigner.cs
- DbProviderFactoriesConfigurationHandler.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ConfigurationSection.cs
- BatchParser.cs
- Subset.cs
- AssemblyCollection.cs
- CircleHotSpot.cs
- EntityKey.cs
- DoubleConverter.cs
- OpacityConverter.cs
- EntityDataSourceQueryBuilder.cs
- _IPv4Address.cs
- UrlAuthorizationModule.cs
- InfoCardConstants.cs
- ResizeGrip.cs
- Vector3D.cs
- UnsafeNativeMethods.cs
- PostBackTrigger.cs
- DocumentApplication.cs
- FontEmbeddingManager.cs
- ProfileParameter.cs
- IndexExpression.cs
- DecoderNLS.cs
- MethodMessage.cs
- PointValueSerializer.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- typedescriptorpermission.cs
- MenuRendererClassic.cs
- MappingModelBuildProvider.cs
- CodeGroup.cs
- ProgressBarHighlightConverter.cs
- SecurityContextSecurityToken.cs
- LicenseProviderAttribute.cs
- EditorPartCollection.cs
- ConsumerConnectionPointCollection.cs
- ApplicationServiceHelper.cs
- StorageAssociationSetMapping.cs
- HighlightVisual.cs
- ToolStripButton.cs
- RectangleGeometry.cs
- DataPagerCommandEventArgs.cs
- RemoteWebConfigurationHostStream.cs
- ImageConverter.cs
- SubqueryRules.cs
- TextElementCollection.cs
- MaterialCollection.cs
- Point3DKeyFrameCollection.cs
- BCLDebug.cs
- ResourceKey.cs
- XPathNavigatorKeyComparer.cs
- WebMethodAttribute.cs
- PseudoWebRequest.cs
- OraclePermission.cs
- StylusPointPropertyInfoDefaults.cs
- TrackPointCollection.cs
- GetUserPreferenceRequest.cs
- ProcessHostConfigUtils.cs
- ColorTransform.cs
- RegionData.cs
- SchemaImporterExtensionElementCollection.cs
- SessionPageStatePersister.cs
- DbConnectionHelper.cs
- NameValueConfigurationElement.cs
- SaveFileDialog.cs
- MobileUserControlDesigner.cs
- FunctionQuery.cs
- SqlParameterizer.cs
- SmiConnection.cs
- TextContainerChangedEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebPartManagerDesigner.cs
- TextPattern.cs
- WpfWebRequestHelper.cs
- DataGridPageChangedEventArgs.cs
- DataSysAttribute.cs