Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Net / System / Net / IPHostEntry.cs / 1 / 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
- IsolatedStorageFileStream.cs
- RowToParametersTransformer.cs
- UnsafeNativeMethods.cs
- BorderGapMaskConverter.cs
- Keyboard.cs
- SiteMapNode.cs
- SemaphoreSecurity.cs
- WebDisplayNameAttribute.cs
- ComponentCollection.cs
- XmlDictionary.cs
- Compiler.cs
- CodeValidator.cs
- ClickablePoint.cs
- SoapReflectionImporter.cs
- safelinkcollection.cs
- Visual.cs
- Empty.cs
- StreamInfo.cs
- RedBlackList.cs
- StrokeCollection.cs
- DataGridViewColumnCollection.cs
- LambdaCompiler.Lambda.cs
- WSHttpBinding.cs
- OpenFileDialog.cs
- WebDescriptionAttribute.cs
- XPathScanner.cs
- COM2PictureConverter.cs
- ListCollectionView.cs
- DataGridViewCellCancelEventArgs.cs
- RadioButtonAutomationPeer.cs
- TryCatchDesigner.xaml.cs
- OleAutBinder.cs
- ListItemConverter.cs
- Win32MouseDevice.cs
- Parsers.cs
- CodeNamespace.cs
- IIS7UserPrincipal.cs
- DataViewSetting.cs
- XmlSecureResolver.cs
- CaretElement.cs
- CaseInsensitiveHashCodeProvider.cs
- MemoryMappedView.cs
- XmlWrappingReader.cs
- XdrBuilder.cs
- DBNull.cs
- HiddenFieldPageStatePersister.cs
- FlowDocumentPageViewerAutomationPeer.cs
- DbConnectionPoolCounters.cs
- Attributes.cs
- TripleDES.cs
- Attributes.cs
- DataGridViewAdvancedBorderStyle.cs
- RTTypeWrapper.cs
- EncryptedData.cs
- ArrowControl.xaml.cs
- AdjustableArrowCap.cs
- TabControlCancelEvent.cs
- Int64AnimationUsingKeyFrames.cs
- HandleRef.cs
- Condition.cs
- RuntimeTrackingProfile.cs
- bindurihelper.cs
- ADRoleFactory.cs
- QualifiedId.cs
- ValueHandle.cs
- ComponentChangedEvent.cs
- OleDbWrapper.cs
- CompressedStack.cs
- WpfPayload.cs
- ActivityUtilities.cs
- RawAppCommandInputReport.cs
- Rotation3DKeyFrameCollection.cs
- CustomAttributeBuilder.cs
- regiisutil.cs
- Comparer.cs
- DataError.cs
- HttpDebugHandler.cs
- PreloadedPackages.cs
- ListViewContainer.cs
- MimePart.cs
- ModuleConfigurationInfo.cs
- DesignSurfaceCollection.cs
- StickyNoteHelper.cs
- TextRange.cs
- CultureSpecificCharacterBufferRange.cs
- TableCellsCollectionEditor.cs
- FileLogRecordStream.cs
- WebAdminConfigurationHelper.cs
- Types.cs
- DispatcherSynchronizationContext.cs
- SerializationEventsCache.cs
- loginstatus.cs
- SqlDataSource.cs
- ResourceDefaultValueAttribute.cs
- DataSetMappper.cs
- FolderBrowserDialog.cs
- TransactionBridgeSection.cs
- AspNetHostingPermission.cs
- Int32CAMarshaler.cs
- ComponentConverter.cs