C# Class System.Net.NetworkInformation.Win32IPGlobalProperties.Win32_MIB_TCP6ROW

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
LocalAddr Win32_IN6_ADDR
LocalPort int
LocalScopeId uint
RemoteAddr Win32_IN6_ADDR
RemotePort int
RemoteScopeId uint
State TcpState

Property Details

LocalAddr public_oe property

public Win32_IN6_ADDR LocalAddr
return Win32_IN6_ADDR

LocalPort public_oe property

public int LocalPort
return int

LocalScopeId public_oe property

public uint LocalScopeId
return uint

RemoteAddr public_oe property

public Win32_IN6_ADDR RemoteAddr
return Win32_IN6_ADDR

RemotePort public_oe property

public int RemotePort
return int

RemoteScopeId public_oe property

public uint RemoteScopeId
return uint

State public_oe property

public TcpState State
return TcpState