Home
last modified time | relevance | path

Searched refs:BeginGetResponse (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Http/Mono.Http/
H A DGZipWebRequest.cs158 public override IAsyncResult BeginGetResponse (AsyncCallback callback, object state) in BeginGetResponse() method in Mono.Http.GZipWebRequest
161 return request.BeginGetResponse (callback, state); in BeginGetResponse()
176 IAsyncResult result = BeginGetResponse (null, null); in GetResponse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DServicePointTest.cs82 async = req2.BeginGetResponse (null, null); in All()
99 async = req2.BeginGetResponse (null, null); in All()
H A DHttpWebRequestCas.cs110 IAsyncResult r = w.BeginGetResponse (new AsyncCallback (GetResponseCallback), w); in AsyncGetResponse()
H A DFileWebRequestCas.cs118 IAsyncResult r = w.BeginGetResponse (new AsyncCallback (GetResponseCallback), w); in AsyncGetResponse()
H A DHttpWebRequestTest.cs388 public void BeginGetResponse () in BeginGetResponse() method in MonoTests.System.Net.HttpWebRequestTest
402 req.BeginGetResponse (null, null); in BeginGetResponse()
412 req.BeginGetResponse (null, null); in BeginGetResponse()
423 req.BeginGetResponse (null, null); in BeginGetResponse()
433 req.BeginGetResponse (null, null); in BeginGetResponse()
443 req.BeginGetResponse (null, null); in BeginGetResponse()
453 req.BeginGetResponse (null, null); in BeginGetResponse()
461 req.BeginGetResponse (null, null); in BeginGetResponse()
469 req.BeginGetResponse (null, null); in BeginGetResponse()
2286 r.BeginGetResponse ((a) => in BeginGetResponse2()
[all …]
H A DWebRequestTest.cs157 public void BeginGetResponse () in BeginGetResponse() method in MonoTests.System.Net.WebRequestTest
160 IAsyncResult r = w.BeginGetResponse (new AsyncCallback (Callback), w); in BeginGetResponse()
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2.Streaming/
H A DTwitterStream.cs230 return request.BeginGetResponse(StreamCallback, request); in StartUserStream()
273 return request.BeginGetResponse(StreamCallback, request); in StartPublicStream()
315 return request.BeginGetResponse(StreamCallback, request); in StartSampleStream()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs54 …public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) … in BeginGetResponse() method in System.Net.FileWebRequest
103 …public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) … in BeginGetResponse() method in System.Net.FtpWebRequest
145 …public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) … in BeginGetResponse() method in System.Net.HttpWebRequest
316 …public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) {… in BeginGetResponse() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DFileWebRequestTest.cs78 Assert.Throws<WebException>(() => request.BeginGetResponse(null, null)); in GetRequestResponseAfterAbort_Throws()
276 Task.Factory.FromAsync(request.BeginGetResponse, request.EndGetResponse, null);
H A DHttpWebRequestTest.cs919 IAsyncResult asyncResult = request.BeginGetResponse(null, null); in BeginGetRequestStream_CreateRequestThenBeginGetResponsePrior_ThrowsProtocolViolationException()
931 IAsyncResult asyncResult = request.BeginGetResponse(null, null); in BeginGetResponse_CreateRequestThenCallTwice_ThrowsInvalidOperationException()
932 … Assert.Throws<InvalidOperationException>(() => request.BeginGetResponse(null, null)); in BeginGetResponse_CreateRequestThenCallTwice_ThrowsInvalidOperationException()
943 … WebException ex = Assert.Throws<WebException>(() => request.BeginGetResponse(null, null)); in BeginGetResponse_CreatePostRequestThenAbort_ThrowsWebException()
1255 request.BeginGetResponse(new AsyncCallback(RequestStreamCallback), state); in Abort_BeginGetRequestStreamThenAbort_EndGetRequestStreamThrowsWebException()
1277 request.BeginGetResponse(new AsyncCallback(ResponseCallback), state); in Abort_BeginGetResponseThenAbort_ResponseCallbackCalledBeforeAbortReturns()
1296 request.BeginGetResponse(new AsyncCallback(ResponseCallback), state); in Abort_BeginGetResponseThenAbort_EndGetResponseThrowsWebException()
1313 request.BeginGetResponse(null, null); in Abort_BeginGetResponseUsingNoCallbackThenAbort_Success()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlDownloadManagerAsync.cs43 …WebResponse resp = await Task<WebResponse>.Factory.FromAsync(req.BeginGetResponse, req.EndGetRespo… in GetNonFileStreamAsync()
/dports/irc/smuxi/smuxi-1.1/lib/JabbR/JabbR.Client/
H A DHttpHelper.cs35 …return Task.Factory.FromAsync<HttpWebResponse>(request.BeginGetResponse, ar => (HttpWebResponse)re… in GetHttpResponseAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFileWebRequest.cs220 public override IAsyncResult BeginGetResponse(AsyncCallback callback, object state) in BeginGetResponse() method in System.Net.FileWebRequest
272 IAsyncResult result = BeginGetResponse(null, null); in GetResponse()
H A DWebRequest.cs510 public virtual IAsyncResult BeginGetResponse(AsyncCallback callback, object state) in BeginGetResponse() method in System.Net.WebRequest
550 (callback, state) => ((WebRequest)state).BeginGetResponse(callback, state), in GetResponseAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowHostingResponseContext.cs64 … internal IAsyncResult BeginGetResponse(TimeSpan timeout, AsyncCallback callback, object state) in BeginGetResponse() method in System.ServiceModel.Activities.WorkflowHostingResponseContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DFtpWebRequest.platformnotsupported.cs152 public override IAsyncResult BeginGetResponse (AsyncCallback callback, object state) in BeginGetResponse() method in System.Net.FtpWebRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DWebRequest.cs865 public virtual IAsyncResult BeginGetResponse(AsyncCallback callback, object state) { in BeginGetResponse() method in System.Net.WebRequest
956 return Task<WebResponse>.Factory.FromAsync(this.BeginGetResponse, in GetResponseAsync()
964 return Task.Run(() => Task<WebResponse>.Factory.FromAsync(this.BeginGetResponse, in GetResponseAsync()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Rx_Xamarin/android/samples/GithubApiClientSample/
H A DMainActivity.cs35 var req = Observable.FromAsyncPattern<WebResponse> (hr.BeginGetResponse, hr.EndGetResponse); in OnCreate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DGetReadStreamResult.cs46 …asyncResult = BaseAsyncResult.InvokeAsync(this.request.BeginGetResponse, GetReadStreamResult.Async… in Begin()
H A DQueryResult.cs135 …asyncResult = BaseAsyncResult.InvokeAsync(this.Request.BeginGetResponse, QueryResult.AsyncEndGetRe… in BeginExecute()
425 … asyncResult = httpWebRequest.BeginGetResponse(QueryAsyncResult.AsyncEndGetResponse, state); in AsyncEndWrite()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Sasl/XGoogleToken/
H A DXGoogleTokenMechanism.cs110 request.BeginGetResponse(new AsyncCallback(OnGetClientAuthResponse), request); in OnGetClientAuthRequestStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DHttpRequestChannel.cs215 web_request.BeginGetResponse (GotResponse, result); in BeginProcessRequest()
231 web_request.BeginGetResponse (GotResponse, result); in BeginProcessRequest()
/dports/irc/smuxi/smuxi-1.1/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Http/
H A DHttpHelper.cs21 …return Task.Factory.FromAsync<HttpWebResponse>(request.BeginGetResponse, ar => (HttpWebResponse)re… in GetHttpResponseAsync()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/ServiceClient.Web/
H A DAsyncServiceClient.cs352 … requestState.WebRequest.BeginGetResponse(ResponseCallback<TResponse>, requestState); in SendWebRequestAsync()
372 requestState.WebRequest.BeginGetResponse(ResponseCallback<T>, requestState); in RequestCallback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/
H A DHttpClientTransportSink.cs67 request.BeginGetResponse (new AsyncCallback (AsyncProcessResponseCallback), sinkStack); in AsyncProcessRequest()

123