set_Client()

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

Used to provide the underlying network socket.

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

Arguments

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

See Also