Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataColumnCollection.cs
- RegexMatchCollection.cs
- GlyphCache.cs
- ZipIOLocalFileBlock.cs
- JpegBitmapEncoder.cs
- XmlLoader.cs
- RenderData.cs
- TempEnvironment.cs
- EntityObject.cs
- TextElementCollectionHelper.cs
- XmlSchemaComplexType.cs
- InternalControlCollection.cs
- CFGGrammar.cs
- PackagePartCollection.cs
- InProcStateClientManager.cs
- DataServiceRequestOfT.cs
- SessionStateContainer.cs
- WindowVisualStateTracker.cs
- AppDomainFactory.cs
- WindowsMenu.cs
- ConsumerConnectionPointCollection.cs
- SemanticKeyElement.cs
- GroupBox.cs
- SamlSecurityTokenAuthenticator.cs
- BoundColumn.cs
- TrackingProfile.cs
- ParenthesizePropertyNameAttribute.cs
- TimelineCollection.cs
- HttpCapabilitiesSectionHandler.cs
- ClaimTypeElement.cs
- Int32CAMarshaler.cs
- WebScriptMetadataFormatter.cs
- SimpleTextLine.cs
- SimpleNameService.cs
- ParameterCollection.cs
- PrintPreviewDialog.cs
- WorkflowPersistenceContext.cs
- TableRowCollection.cs
- DbConnectionPoolIdentity.cs
- FactoryRecord.cs
- DataServiceProcessingPipelineEventArgs.cs
- WebConfigurationHostFileChange.cs
- PackWebRequestFactory.cs
- EventData.cs
- DeploymentSectionCache.cs
- ExpressionEditorAttribute.cs
- PartEditor.cs
- LinqDataView.cs
- ActivityExecutionWorkItem.cs
- HttpCapabilitiesSectionHandler.cs
- _ListenerResponseStream.cs
- SchemaManager.cs
- SafeHandle.cs
- ExpressionList.cs
- CompensationHandlingFilter.cs
- MetadataCacheItem.cs
- BitmapEffectDrawing.cs
- BezierSegment.cs
- TextDecorationCollection.cs
- BaseCollection.cs
- CancellationHandler.cs
- ExternalCalls.cs
- ToolStrip.cs
- TextEditorTables.cs
- SQLMoneyStorage.cs
- GlobalProxySelection.cs
- MetadataWorkspace.cs
- HtmlWindowCollection.cs
- MSAANativeProvider.cs
- DataGridViewHitTestInfo.cs
- Inflater.cs
- TransformedBitmap.cs
- DispatcherEventArgs.cs
- DesignerPerfEventProvider.cs
- FactoryGenerator.cs
- XmlObjectSerializerReadContext.cs
- AtomEntry.cs
- ErrorWebPart.cs
- PixelFormat.cs
- XmlNodeComparer.cs
- OracleException.cs
- SByte.cs
- TypedReference.cs
- Point3DCollectionValueSerializer.cs
- RegexWriter.cs
- ExpressionConverter.cs
- ExpressionBuilder.cs
- NavigationEventArgs.cs
- FixedSOMTableRow.cs
- PageEventArgs.cs
- KeyGestureValueSerializer.cs
- DataGridViewRowCollection.cs
- CustomErrorCollection.cs
- DataBinding.cs
- VideoDrawing.cs
- InputGestureCollection.cs
- XmlSchemaAnnotation.cs
- CFStream.cs
- DataServiceRequestException.cs
- BevelBitmapEffect.cs