TcpClient::Client Property
.NET Framework (current version)
Gets or sets the underlying Socket.
Assembly: System (in System.dll)
TcpClient creates a Socket to send and receive data over a network. Classes deriving from TcpClient can use this property to get or set this Socket. Use the underlying Socket returned from Client if you require access beyond that which TcpClient provides. You can also use Client to set the underlying Socket to an existing Socket. This might be useful if you want to take advantage of the simplicity of TcpClient using a pre-existing Socket.
.NET Framework
Available since 1.1
Available since 1.1
Show: