TcpConnectionInformation.State Eigenschaft

Definition

Ruft den Zustand dieser TCP (Transmission Control Protocol)-Verbindung ab.

public:
 abstract property System::Net::NetworkInformation::TcpState State { System::Net::NetworkInformation::TcpState get(); };
public abstract System.Net.NetworkInformation.TcpState State { get; }
member this.State : System.Net.NetworkInformation.TcpState
Public MustOverride ReadOnly Property State As TcpState

Eigenschaftswert

Einer der TcpState-Enumerationswerte.

Hinweise

Die Zustände für TCP-Verbindungen werden in der Enumerationsdokumentation TcpState beschrieben.

Gilt für: