protected void BeginGetRequestStream(IHttpWebRequest httpWebRequest, Stream requestBody, AsyncCallback callback, object state)
 {
     httpWebRequest.BeginGetRequestStream(ar => RequestCallback(ar, httpWebRequest, requestBody, callback, state), null);
 }
示例#2
0
 protected void BeginGetRequestStream(IHttpWebRequest httpWebRequest, Stream requestBody, AsyncCallback callback, object state)
 {
     httpWebRequest.BeginGetRequestStream(ar => RequestCallback(ar, httpWebRequest, requestBody, callback, state), null);
 }