TcpConnectionInformation.State Propriété

Définition

Obtient l’état de cette connexion TCP.

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

Valeur de propriété

Une des valeurs d'énumération TcpState.

Remarques

Les états des connexions TCP sont décrits dans la documentation sur l’énumération TcpState .

S’applique à