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

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
LocalAddr uint
LocalPort int
RemoteAddr uint
RemotePort int
State TcpState

Property Details

LocalAddr public_oe property

public uint LocalAddr
return uint

LocalPort public_oe property

public int LocalPort
return int

RemoteAddr public_oe property

public uint RemoteAddr
return uint

RemotePort public_oe property

public int RemotePort
return int

State public_oe property

public TcpState State
return TcpState