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

Show file 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 property

public uint LocalAddr
return uint

LocalPort public property

public int LocalPort
return int

RemoteAddr public property

public uint RemoteAddr
return uint

RemotePort public property

public int RemotePort
return int

State public property

public TcpState State
return TcpState