Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Net / System / Net / NetworkInformation / SystemGatewayIPAddressInformation.cs / 1 / SystemGatewayIPAddressInformation.cs
using System; namespace System.Net.NetworkInformation { /// Provides information about a network interface address. internal class SystemGatewayIPAddressInformation:GatewayIPAddressInformation { IPAddress address; internal SystemGatewayIPAddressInformation(IPAddress address){ this.address = address; } /// Gets the Internet Protocol (IP) address. public override IPAddress Address { get{ return address; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HealthMonitoringSectionHelper.cs
- URL.cs
- Crc32Helper.cs
- RawKeyboardInputReport.cs
- CompiledIdentityConstraint.cs
- SQLInt64Storage.cs
- ListItemsCollectionEditor.cs
- JsonQueryStringConverter.cs
- Qualifier.cs
- MessageQueueTransaction.cs
- EventTrigger.cs
- TransformedBitmap.cs
- SharedUtils.cs
- FrameworkTemplate.cs
- SerializationObjectManager.cs
- XmlAttributeCollection.cs
- DeviceContext.cs
- ItemsControlAutomationPeer.cs
- ListBindingConverter.cs
- BindingSourceDesigner.cs
- EncodingNLS.cs
- Normalization.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ButtonBaseAutomationPeer.cs
- HtmlTableCellCollection.cs
- ObjectStateEntryDbDataRecord.cs
- LicFileLicenseProvider.cs
- WindowsGraphics.cs
- SpellerHighlightLayer.cs
- EdgeProfileValidation.cs
- TempFiles.cs
- ToolboxItemCollection.cs
- LocalValueEnumerator.cs
- CompositeControl.cs
- DataConnectionHelper.cs
- DPTypeDescriptorContext.cs
- X509ChainPolicy.cs
- AssemblyAttributesGoHere.cs
- ParameterExpression.cs
- TemplateControlParser.cs
- PrimitiveXmlSerializers.cs
- TemplateParser.cs
- ImageMetadata.cs
- AlternateViewCollection.cs
- CacheDependency.cs
- DbModificationClause.cs
- oledbmetadatacollectionnames.cs
- NativeMethods.cs
- WebServiceData.cs
- WebDescriptionAttribute.cs
- HtmlEmptyTagControlBuilder.cs
- BrowserDefinition.cs
- CompatibleIComparer.cs
- IsolatedStorage.cs
- SimpleTypeResolver.cs
- EntityDataSourceValidationException.cs
- RadioButton.cs
- DeferredElementTreeState.cs
- Script.cs
- DiagnosticTrace.cs
- HostedTransportConfigurationManager.cs
- EditorZone.cs
- RuleCache.cs
- WindowsTreeView.cs
- TextDataBindingHandler.cs
- TemplateInstanceAttribute.cs
- XPathAncestorIterator.cs
- PropertyGridCommands.cs
- ModuleBuilder.cs
- UdpUtility.cs
- GridViewUpdatedEventArgs.cs
- DbExpressionBuilder.cs
- SqlNodeTypeOperators.cs
- OpenTypeLayout.cs
- Compilation.cs
- IntSecurity.cs
- DynamicScriptObject.cs
- CompositeKey.cs
- AutomationPatternInfo.cs
- SoapIgnoreAttribute.cs
- BuildProvidersCompiler.cs
- ThrowOnMultipleAssignment.cs
- XsltSettings.cs
- FormatSettings.cs
- WebBrowserHelper.cs
- UserValidatedEventArgs.cs
- SafeViewOfFileHandle.cs
- DesignerObjectListAdapter.cs
- Interfaces.cs
- XmlBinaryReader.cs
- ToolStripGrip.cs
- recordstatescratchpad.cs
- InstanceLockLostException.cs
- SamlAudienceRestrictionCondition.cs
- DynamicQueryableWrapper.cs
- CachedPathData.cs
- BamlTreeMap.cs
- CqlIdentifiers.cs
- WpfSharedXamlSchemaContext.cs
- KeyTimeConverter.cs