Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / NetworkInformation / IPGlobalProperties.cs / 1 / IPGlobalProperties.cs
using System; using System.Net.Sockets; using System.Net; namespace System.Net.NetworkInformation { public abstract class IPGlobalProperties { public static IPGlobalProperties GetIPGlobalProperties(){ (new NetworkInformationPermission(NetworkInformationAccess.Read)).Demand(); return new SystemIPGlobalProperties(); } internal static IPGlobalProperties InternalGetIPGlobalProperties() { return new SystemIPGlobalProperties(); } /// Gets the Active Udp Listeners on this machine public abstract IPEndPoint[] GetActiveUdpListeners(); /// Gets the Active Tcp Listeners on this machine public abstract IPEndPoint[] GetActiveTcpListeners (); /// Gets the Active Udp Listeners on this machine public abstract TcpConnectionInformation[] GetActiveTcpConnections(); /// Gets the Dynamic Host Configuration Protocol (DHCP) scope name. public abstract string DhcpScopeName {get;} /// Gets the domain in which the local computer is registered. public abstract string DomainName {get;} /// Gets the host name for the local computer. public abstract string HostName {get;} /// Gets a bool value that specifies whether the local computer is acting as a Windows Internet Name Service (WINS) proxy. public abstract bool IsWinsProxy {get;} /// Gets the Network Basic Input/Output System (NetBIOS) node type of the local computer. public abstract NetBiosNodeType NodeType{get;} public abstract TcpStatistics GetTcpIPv4Statistics(); public abstract TcpStatistics GetTcpIPv6Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer. /// Provides User Datagram Protocol (UDP) statistical data for the local computer. public abstract UdpStatistics GetUdpIPv4Statistics(); public abstract UdpStatistics GetUdpIPv6Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer. public abstract IcmpV4Statistics GetIcmpV4Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 6 statistical data for the local computer. public abstract IcmpV6Statistics GetIcmpV6Statistics(); /// Provides Internet Protocol (IP) statistical data for the local computer. public abstract IPGlobalStatistics GetIPv4GlobalStatistics(); public abstract IPGlobalStatistics GetIPv6GlobalStatistics(); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Net.Sockets; using System.Net; namespace System.Net.NetworkInformation { public abstract class IPGlobalProperties { public static IPGlobalProperties GetIPGlobalProperties(){ (new NetworkInformationPermission(NetworkInformationAccess.Read)).Demand(); return new SystemIPGlobalProperties(); } internal static IPGlobalProperties InternalGetIPGlobalProperties() { return new SystemIPGlobalProperties(); } /// Gets the Active Udp Listeners on this machine public abstract IPEndPoint[] GetActiveUdpListeners(); /// Gets the Active Tcp Listeners on this machine public abstract IPEndPoint[] GetActiveTcpListeners (); /// Gets the Active Udp Listeners on this machine public abstract TcpConnectionInformation[] GetActiveTcpConnections(); /// Gets the Dynamic Host Configuration Protocol (DHCP) scope name. public abstract string DhcpScopeName {get;} /// Gets the domain in which the local computer is registered. public abstract string DomainName {get;} /// Gets the host name for the local computer. public abstract string HostName {get;} /// Gets a bool value that specifies whether the local computer is acting as a Windows Internet Name Service (WINS) proxy. public abstract bool IsWinsProxy {get;} /// Gets the Network Basic Input/Output System (NetBIOS) node type of the local computer. public abstract NetBiosNodeType NodeType{get;} public abstract TcpStatistics GetTcpIPv4Statistics(); public abstract TcpStatistics GetTcpIPv6Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer. /// Provides User Datagram Protocol (UDP) statistical data for the local computer. public abstract UdpStatistics GetUdpIPv4Statistics(); public abstract UdpStatistics GetUdpIPv6Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer. public abstract IcmpV4Statistics GetIcmpV4Statistics(); /// Provides Internet Control Message Protocol (ICMP) version 6 statistical data for the local computer. public abstract IcmpV6Statistics GetIcmpV6Statistics(); /// Provides Internet Protocol (IP) statistical data for the local computer. public abstract IPGlobalStatistics GetIPv4GlobalStatistics(); public abstract IPGlobalStatistics GetIPv6GlobalStatistics(); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XappLauncher.cs
- FormViewRow.cs
- SqlHelper.cs
- TemplateControlParser.cs
- DataGridRowAutomationPeer.cs
- KeyFrames.cs
- ContainerParagraph.cs
- RefreshPropertiesAttribute.cs
- HttpContextServiceHost.cs
- ProcessModelSection.cs
- ListenerConfig.cs
- DLinqTableProvider.cs
- EventSinkHelperWriter.cs
- RawStylusInputCustomDataList.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ReliableMessagingVersionConverter.cs
- BmpBitmapEncoder.cs
- VariableModifiersHelper.cs
- WinEventQueueItem.cs
- AssociatedControlConverter.cs
- DataSpaceManager.cs
- UnmanagedMarshal.cs
- IndexedEnumerable.cs
- EvidenceTypeDescriptor.cs
- XmlReaderDelegator.cs
- TouchEventArgs.cs
- CmsInterop.cs
- ContentType.cs
- RIPEMD160Managed.cs
- Char.cs
- SettingsBindableAttribute.cs
- HandleCollector.cs
- ResourceIDHelper.cs
- XmlAttributes.cs
- FixedSOMPage.cs
- BreadCrumbTextConverter.cs
- SqlNodeAnnotations.cs
- TraceUtils.cs
- PackageStore.cs
- StringSorter.cs
- ExtentJoinTreeNode.cs
- WebPartUserCapability.cs
- UserControlBuildProvider.cs
- ListSortDescriptionCollection.cs
- QueryOutputWriter.cs
- PerfCounters.cs
- TextSelectionHighlightLayer.cs
- UpdateExpressionVisitor.cs
- DataGridViewCell.cs
- XmlUnspecifiedAttribute.cs
- Accessible.cs
- Serializer.cs
- FieldAccessException.cs
- DataRelationPropertyDescriptor.cs
- SqlDataSource.cs
- X509ChainElement.cs
- ZipQueryOperator.cs
- EFTableProvider.cs
- XmlResolver.cs
- SqlDataSourceCache.cs
- TransformValueSerializer.cs
- FastPropertyAccessor.cs
- StdValidatorsAndConverters.cs
- SqlInternalConnectionSmi.cs
- SynthesizerStateChangedEventArgs.cs
- ReadContentAsBinaryHelper.cs
- SymbolMethod.cs
- SendMailErrorEventArgs.cs
- SpellCheck.cs
- Constraint.cs
- XmlProcessingInstruction.cs
- HtmlContainerControl.cs
- NamespaceInfo.cs
- TemplatedMailWebEventProvider.cs
- ToolboxItemCollection.cs
- ComponentDispatcher.cs
- StandardOleMarshalObject.cs
- WorkflowFormatterBehavior.cs
- FreezableDefaultValueFactory.cs
- WSDualHttpBindingElement.cs
- UserControlBuildProvider.cs
- SystemSounds.cs
- BamlLocalizableResourceKey.cs
- OdbcCommandBuilder.cs
- TextEncodedRawTextWriter.cs
- ProcessManager.cs
- TranslateTransform3D.cs
- RequestResizeEvent.cs
- ControlAdapter.cs
- UnsafeNativeMethods.cs
- DataRowCollection.cs
- RegistrySecurity.cs
- Constraint.cs
- JsonServiceDocumentSerializer.cs
- SingleConverter.cs
- PopupEventArgs.cs
- TextParaClient.cs
- SafeLibraryHandle.cs
- AsyncOperation.cs
- TransformProviderWrapper.cs