set_Client()

TcpClient::set_Client(System::SharedPtr<Socket>) method

Sets the socket.

void System::Net::Sockets::TcpClient::set_Client(System::SharedPtr<Socket> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Socket>The value that must be set.

See Also