System::Net::Security::SslStream::EndWrite 方法

SslStream::EndWrite method

结束异步写入操作。等待指定的异步写入操作完成。

void System::Net::Security::SslStream::EndWrite(System::SharedPtr<IAsyncResult> asyncResult) override
参数类型描述
asyncResultSystem::SharedPtr<IAsyncResult>一个 IAsyncResult 对象,表示一次异步写入操作

另见