Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- GlyphTypeface.cs
- PrePrepareMethodAttribute.cs
- XmlHierarchicalDataSourceView.cs
- counter.cs
- StreamGeometry.cs
- RequestCacheValidator.cs
- JournalEntryListConverter.cs
- SelectorItemAutomationPeer.cs
- ListBoxDesigner.cs
- HijriCalendar.cs
- FileNotFoundException.cs
- DataGridViewCellCollection.cs
- EntityModelSchemaGenerator.cs
- ResourceReferenceExpression.cs
- DropShadowEffect.cs
- ActiveXMessageFormatter.cs
- TextBoxAutomationPeer.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- TextRunCacheImp.cs
- TargetControlTypeCache.cs
- PieceNameHelper.cs
- DesignerHost.cs
- DesignTimeTemplateParser.cs
- ProxySimple.cs
- QueryContinueDragEventArgs.cs
- DataBindingList.cs
- ConnectionProviderAttribute.cs
- StateMachineAction.cs
- WebPartEditorOkVerb.cs
- _SafeNetHandles.cs
- SemanticResultKey.cs
- KoreanCalendar.cs
- WebProxyScriptElement.cs
- ZipIOModeEnforcingStream.cs
- AnimationTimeline.cs
- VersionedStream.cs
- SelectionEditor.cs
- MailHeaderInfo.cs
- MetaDataInfo.cs
- DependencyPropertyHelper.cs
- IImplicitResourceProvider.cs
- DiagnosticTrace.cs
- XmlExpressionDumper.cs
- CodeIterationStatement.cs
- FilteredReadOnlyMetadataCollection.cs
- OperationResponse.cs
- InputProviderSite.cs
- TransformerInfoCollection.cs
- SqlFacetAttribute.cs
- SymLanguageVendor.cs
- WebPartTracker.cs
- AnimationStorage.cs
- ApplicationManager.cs
- BypassElementCollection.cs
- CalendarDataBindingHandler.cs
- URLString.cs
- Terminate.cs
- DesignerTransactionCloseEvent.cs
- CatalogPartCollection.cs
- DatagridviewDisplayedBandsData.cs
- DataBindEngine.cs
- QueryCreatedEventArgs.cs
- XmlSchemaCollection.cs
- FileDialogCustomPlace.cs
- UnsafeCollabNativeMethods.cs
- SpeechRecognizer.cs
- ZipFileInfoCollection.cs
- control.ime.cs
- AppearanceEditorPart.cs
- OdbcTransaction.cs
- WindowsAltTab.cs
- PropertyManager.cs
- SchemaAttDef.cs
- DataControlFieldCell.cs
- WindowsListViewItem.cs
- SafeSerializationManager.cs
- Knowncolors.cs
- QualifiedCellIdBoolean.cs
- GeometryGroup.cs
- SecuritySessionServerSettings.cs
- KoreanCalendar.cs
- Number.cs
- RequestCachePolicy.cs
- SynchronizedPool.cs
- sqlpipe.cs
- ClassDataContract.cs
- ColumnProvider.cs
- IpcManager.cs
- KeyedCollection.cs
- RegexReplacement.cs
- TableAdapterManagerHelper.cs
- InternalException.cs
- EntityConnectionStringBuilder.cs
- RefType.cs
- ScrollProviderWrapper.cs
- ZoomComboBox.cs
- TextChange.cs
- RequestNavigateEventArgs.cs
- PropertyItem.cs
- MetadataArtifactLoaderComposite.cs