System::Net::Security::SslStream::BeginWrite 메서드

SslStream::BeginWrite method

비동기 쓰기 작업을 시작합니다.

System::SharedPtr<IAsyncResult> System::Net::Security::SslStream::BeginWrite(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count, AsyncCallback asyncCallback, System::SharedPtr<Object> asyncState) override
매개변수형식설명
버퍼System::ArrayPtr<uint8_t>데이터를 쓸 바이트 배열.
offsetint32_t지정된 배열에서 바이트 단위의 오프셋입니다.
countint32_t쓸 바이트 수.
asyncCallbackAsyncCallback작업이 완료될 때 호출되는 콜백입니다.
asyncStateSystem::SharedPtr<Object>각 비동기 쓰기 작업을 고유하게 식별하는 데 사용되는 사용자 제공 데이터.

ReturnValue

시작된 비동기 쓰기 작업을 나타내는 IAsyncResult 객체.

또 보기