 |
EndpointState Property |
Gets the state.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic TcpState State { get; }Public ReadOnly Property State As TcpState
Get
public:
property TcpState State {
TcpState get ();
}member State : TcpState with get
Property Value
TcpState
The state.
See Also