Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InternalDispatchObject.cs
- NotSupportedException.cs
- ReservationCollection.cs
- ExpressionEditorAttribute.cs
- OutputCacheSettings.cs
- ToolStripComboBox.cs
- CompilerResults.cs
- ColorConvertedBitmap.cs
- Mutex.cs
- ZipIOExtraFieldPaddingElement.cs
- PropertyValueChangedEvent.cs
- SemanticTag.cs
- DateTimeConstantAttribute.cs
- XDRSchema.cs
- ActivityStateQuery.cs
- TextTreeFixupNode.cs
- HtmlHead.cs
- PlanCompilerUtil.cs
- InvokeGenerator.cs
- SqlProfileProvider.cs
- DependencyObject.cs
- InputReportEventArgs.cs
- DataKeyArray.cs
- ErrorRuntimeConfig.cs
- FixedSOMGroup.cs
- SafeBitVector32.cs
- WinEventWrap.cs
- WebUtil.cs
- CultureInfoConverter.cs
- EntityDescriptor.cs
- SafeRightsManagementPubHandle.cs
- ActivityCollectionMarkupSerializer.cs
- Zone.cs
- TypeToArgumentTypeConverter.cs
- TypedRowHandler.cs
- AttributeXamlType.cs
- ImageIndexConverter.cs
- PropertyInfo.cs
- CqlErrorHelper.cs
- WindowsRichEditRange.cs
- SqlAliaser.cs
- RightsManagementEncryptionTransform.cs
- DNS.cs
- OnOperation.cs
- NotSupportedException.cs
- BitStream.cs
- MsmqBindingBase.cs
- COM2TypeInfoProcessor.cs
- Ports.cs
- ClientUrlResolverWrapper.cs
- SqlNamer.cs
- ToolStripDesignerAvailabilityAttribute.cs
- NetStream.cs
- ScrollChangedEventArgs.cs
- ToolboxBitmapAttribute.cs
- FixedSOMPageConstructor.cs
- Collection.cs
- HashHelper.cs
- DefaultValidator.cs
- CodeDirectionExpression.cs
- ArraySegment.cs
- PrintPreviewDialog.cs
- SchemaExporter.cs
- MessagePropertyVariants.cs
- UTF8Encoding.cs
- StyleXamlTreeBuilder.cs
- OutputScope.cs
- WebPartDisplayModeEventArgs.cs
- BorderGapMaskConverter.cs
- BoundPropertyEntry.cs
- RawStylusInputCustomDataList.cs
- XmlElementList.cs
- OdbcConnectionString.cs
- TextServicesDisplayAttribute.cs
- Version.cs
- EntityTransaction.cs
- Thickness.cs
- ZoneIdentityPermission.cs
- EmptyEnumerable.cs
- KoreanLunisolarCalendar.cs
- ToolStripComboBox.cs
- SynchronizationFilter.cs
- XPathArrayIterator.cs
- DispatcherExceptionEventArgs.cs
- UdpConstants.cs
- DependencySource.cs
- SimpleHandlerFactory.cs
- DisposableCollectionWrapper.cs
- NegationPusher.cs
- WindowsSecurityTokenAuthenticator.cs
- UncommonField.cs
- DataContract.cs
- EntityProxyTypeInfo.cs
- EntityDataSourceChangingEventArgs.cs
- CipherData.cs
- FileVersion.cs
- JoinSymbol.cs
- ListView.cs
- Hash.cs
- StylusPointProperties.cs