System::Net::WebRequest::BeginGetRequestStream 메서드

WebRequest::BeginGetRequestStream method

리소스에 데이터를 쓰기 위한 스트림을 가져오는 비동기 작업을 시작합니다.

virtual System::SharedPtr<IAsyncResult> System::Net::WebRequest::BeginGetRequestStream(AsyncCallback callback, System::SharedPtr<Object> state)=0
매개변수형식설명
콜백AsyncCallback작업이 완료될 때 호출되는 콜백입니다.
상태System::SharedPtr<Object>각 비동기 작업을 고유하게 식별하는 데 사용되는 사용자 제공 데이터입니다.

ReturnValue

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

또 보기