System::Net::Sockets::TcpClient::EndConnect method

TcpClient::EndConnect method

Waits until the specified asynchronous connect operation completes.

void System::Net::Sockets::TcpClient::EndConnect(System::SharedPtr<IAsyncResult> asyncResult)
ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous connect operation.

See Also