Gets a socket established after invoking the IpClient#Connect method.
Namespace: Jscape.IpClientAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public TcpClient Socket { get; } |
Visual Basic |
---|
Public ReadOnly Property Socket As TcpClient Get |
Visual C++ |
---|
public: property TcpClient^ Socket { TcpClient^ get (); } |