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
- StdValidatorsAndConverters.cs
- EnvironmentPermission.cs
- SQlBooleanStorage.cs
- ModelItemImpl.cs
- ValueQuery.cs
- FixedSOMLineCollection.cs
- AnnotationMap.cs
- XPathNodeInfoAtom.cs
- PeerInvitationResponse.cs
- securestring.cs
- TemplatePropertyEntry.cs
- IPAddressCollection.cs
- StrokeNode.cs
- Rijndael.cs
- MessageLogTraceRecord.cs
- GeometryHitTestResult.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- CompositeControl.cs
- OdbcConnection.cs
- TableLayoutPanelResizeGlyph.cs
- Tablet.cs
- DataGridSortingEventArgs.cs
- DBSqlParserColumn.cs
- IconHelper.cs
- PropertyPathWorker.cs
- DocumentPageView.cs
- DataReaderContainer.cs
- ImageDrawing.cs
- CheckBoxField.cs
- DataGridClipboardCellContent.cs
- Span.cs
- DesignerActionItem.cs
- Method.cs
- NoClickablePointException.cs
- ToolboxBitmapAttribute.cs
- SessionEndingEventArgs.cs
- DataServiceRequestException.cs
- TextServicesContext.cs
- SrgsNameValueTag.cs
- XmlRawWriter.cs
- TextEndOfLine.cs
- RepeaterItemCollection.cs
- CommandID.cs
- DynamicILGenerator.cs
- ScrollChrome.cs
- WebPartUtil.cs
- infer.cs
- ObjectCloneHelper.cs
- FontUnitConverter.cs
- GACIdentityPermission.cs
- XmlSchemaSet.cs
- TableCell.cs
- DataAdapter.cs
- ExpressionPrinter.cs
- shaperfactory.cs
- SqlClientWrapperSmiStream.cs
- QilLiteral.cs
- FrameworkContentElement.cs
- XmlAggregates.cs
- Pts.cs
- Itemizer.cs
- EncoderBestFitFallback.cs
- OdbcStatementHandle.cs
- FilteredSchemaElementLookUpTable.cs
- TdsParserSafeHandles.cs
- ProfileProvider.cs
- DataBinding.cs
- ButtonRenderer.cs
- FormViewUpdateEventArgs.cs
- ConfigurationSectionCollection.cs
- EnvironmentPermission.cs
- TabletDeviceInfo.cs
- DataBinder.cs
- LoadItemsEventArgs.cs
- XmlRawWriterWrapper.cs
- QilParameter.cs
- Panel.cs
- SerializableAttribute.cs
- ActiveXHost.cs
- ScriptBehaviorDescriptor.cs
- SQLDateTime.cs
- VideoDrawing.cs
- BamlStream.cs
- EncoderParameter.cs
- DecoderReplacementFallback.cs
- TextContainerHelper.cs
- IgnoreDeviceFilterElement.cs
- CardSpacePolicyElement.cs
- FamilyMapCollection.cs
- InProcStateClientManager.cs
- DropDownList.cs
- AuthenticationManager.cs
- CopyNodeSetAction.cs
- LockRecoveryTask.cs
- DefaultExpression.cs
- _SSPISessionCache.cs
- CodeFieldReferenceExpression.cs
- VisualTreeFlattener.cs
- RadialGradientBrush.cs
- ISAPIApplicationHost.cs