EndWrite()

SslStream::EndWrite(System::SharedPtr<IAsyncResult>) method

Ends an asynchronous write operation. Waits until the specified asynchronous write operation completes.

void System::Net::Security::SslStream::EndWrite(System::SharedPtr<IAsyncResult> asyncResult) override

Arguments

ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous write operation

See Also