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
- ScriptControlManager.cs
- BaseCAMarshaler.cs
- PageSettings.cs
- ApplicationFileParser.cs
- Base64Decoder.cs
- CacheForPrimitiveTypes.cs
- TypeToArgumentTypeConverter.cs
- panel.cs
- PageParser.cs
- XslNumber.cs
- XmlConvert.cs
- ListParaClient.cs
- UpdateTranslator.cs
- ColumnWidthChangingEvent.cs
- PropVariant.cs
- PropertyValueChangedEvent.cs
- StateRuntime.cs
- TextTreeObjectNode.cs
- _ProxyRegBlob.cs
- Boolean.cs
- GatewayIPAddressInformationCollection.cs
- EntitySetBase.cs
- CodeMemberProperty.cs
- VariableDesigner.xaml.cs
- PeerNameResolver.cs
- InputMethodStateChangeEventArgs.cs
- GlyphRunDrawing.cs
- ListViewContainer.cs
- ComponentConverter.cs
- RuntimeWrappedException.cs
- WebBrowserHelper.cs
- EpmSyndicationContentSerializer.cs
- TreeWalker.cs
- CompilerScope.cs
- HtmlDocument.cs
- XmlSerializerAssemblyAttribute.cs
- ICspAsymmetricAlgorithm.cs
- SendKeys.cs
- RSAPKCS1SignatureDeformatter.cs
- SafeBitVector32.cs
- FileChangesMonitor.cs
- QilList.cs
- Effect.cs
- ClientApiGenerator.cs
- GatewayDefinition.cs
- assertwrapper.cs
- RecognitionResult.cs
- Wildcard.cs
- CommandDevice.cs
- Attributes.cs
- Transform.cs
- DetailsViewCommandEventArgs.cs
- SchemaMerger.cs
- XslTransform.cs
- ThrowOnMultipleAssignment.cs
- MetadataCollection.cs
- ConnectionStringsSection.cs
- QueryContinueDragEventArgs.cs
- EpmCustomContentWriterNodeData.cs
- QueryContext.cs
- ToolStripProgressBar.cs
- ExtendedPropertyCollection.cs
- ArcSegment.cs
- Switch.cs
- CacheMemory.cs
- CodeLinePragma.cs
- DigestComparer.cs
- ProcessThreadCollection.cs
- TableProviderWrapper.cs
- ProcessHostMapPath.cs
- FilterEventArgs.cs
- QueryCacheEntry.cs
- NavigatorOutput.cs
- ContractTypeNameElement.cs
- ModuleBuilder.cs
- WebBrowserProgressChangedEventHandler.cs
- ParsedAttributeCollection.cs
- Separator.cs
- ScriptControlDescriptor.cs
- SqlConnectionHelper.cs
- RowUpdatingEventArgs.cs
- ExpressionBinding.cs
- AssemblyContextControlItem.cs
- UrlMappingsModule.cs
- CommonObjectSecurity.cs
- GeneralTransformGroup.cs
- ParameterDataSourceExpression.cs
- RowVisual.cs
- WorkflowViewService.cs
- IPPacketInformation.cs
- ResourceCodeDomSerializer.cs
- KeyedHashAlgorithm.cs
- WebPartEventArgs.cs
- MD5CryptoServiceProvider.cs
- ComplexPropertyEntry.cs
- PTUtility.cs
- TiffBitmapEncoder.cs
- DataGridViewColumnConverter.cs
- RepeaterCommandEventArgs.cs
- CfgArc.cs