PowerTCP Sockets for .NET
State Property




Syntax
'Declaration
 
Public ReadOnly Property State As ConnectionState
'Usage
 
Dim instance As TcpBase
Dim value As ConnectionState
 
value = instance.State
public ConnectionState State {get;}
public: __property ConnectionState get_State();
public:
property ConnectionState State {
   ConnectionState get();
}
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic