Home
last modified time | relevance | path

Searched refs:GetResponseAsync (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DFileWebRequestTest.cs92 public abstract Task<WebResponse> GetResponseAsync(WebRequest request); in GetResponseAsync() method in System.Net.Tests.FileWebRequestTestBase
108 using (WebResponse response = await GetResponseAsync(request)) in ReadFile_ContainsExpectedContent()
176 using (WebResponse response = await GetResponseAsync(request)) in WriteThenReadFile_WriteAccessResultsInNullResponseStream()
199 using (WebResponse response = await GetResponseAsync(request)) in RequestAfterResponse_throws()
217 Task<WebResponse> responseTask = GetResponseAsync(request);
247 Task<WebResponse> responseTask = GetResponseAsync(request); in ConcurrentReadWrite_ResponseBlocksThenGetsNullStream()
269 …public override Task<WebResponse> GetResponseAsync(WebRequest request) => Task.Run(() => request.G…
275 public override Task<WebResponse> GetResponseAsync(WebRequest request) =>
284 …public override Task<WebResponse> GetResponseAsync(WebRequest request) => request.GetResponseAsync
H A DHttpWebResponseHeaderTest.cs32 Task<WebResponse> getResponse = request.GetResponseAsync(); in HttpWebRequest_ContinueDelegateProperty_Success()
53 Task<WebResponse> getResponse = request.GetResponseAsync(); in HttpHeader_Set_Success()
86 Task<WebResponse> getResponse = request.GetResponseAsync(); in HttpWebResponse_Close_Success()
121 Task<WebResponse> getResponse = request.GetResponseAsync(); in HttpWebResponse_Serialize_ExpectedResult()
H A DHttpWebResponseTest.cs25 Task<WebResponse> getResponse = request.GetResponseAsync(); in ContentType_ServerResponseHasContentTypeHeader_ContentTypeReceivedCorrectly()
48 Task<WebResponse> getResponse = request.GetResponseAsync(); in ContentType_ServerResponseMissingContentTypeHeader_ContentTypeIsEmptyString()
H A DHttpWebRequestTest.cs126 using (WebResponse response = await request.GetResponseAsync()) in ContentLength_Get_ExpectSameAsGetResponseStream()
175 Task<WebResponse> getResponse = request.GetResponseAsync(); in Headers_SetAfterRequestSubmitted_ThrowsInvalidOperationException()
754 Task<WebResponse> getResponse = request.GetResponseAsync(); in ProtocolVersion_SetThenSendRequest_CorrectHttpRequestVersionSent()
979 using (WebResponse response = await request.GetResponseAsync()) in GetResponseAsync_GetResponseStream_ExpectNotNull()
992 using (WebResponse response = await request.GetResponseAsync()) in GetResponseAsync_GetResponseStream_ContainsHost()
1036 using (WebResponse response = await request.GetResponseAsync()) in GetResponseAsync_PostRequestStream_ContainsData()
1051 var response = await request.GetResponseAsync(); in GetResponseAsync_UseDefaultCredentials_ExpectSuccess()
1082 using (WebResponse response = await request.GetResponseAsync()) in HaveResponse_GetResponseAsync_ExpectTrue()
1093 using (HttpWebResponse response = (HttpWebResponse)await request.GetResponseAsync()) in Headers_GetResponseHeaders_ContainsExpectedValue()
1144 using (WebResponse response = await request.GetResponseAsync()) in ResponseUri_GetResponseAsync_ExpectSameUri()
[all …]
H A DFtpWebRequestTest.cs217 FtpWebResponse response = (FtpWebResponse)await request.GetResponseAsync(); in DoAsync()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/language_server/
H A Dlanguage_server_connection_test.py63 response = connection.GetResponseAsync( 1,
78 response = connection.GetResponseAsync( 1,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlDownloadManagerAsync.cs51 using (WebResponse resp = await req.GetResponseAsync().ConfigureAwait(false)) in GetNonFileStreamAsync()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Setup/Mono.Addins.Setup/
H A DWebRequestHelper.cs61 public static Task<HttpWebResponse> GetResponseAsync ( in GetResponseAsync() method in Mono.Addins.Setup.WebRequestHelper
H A DRepository.cs131 …WebRequestHelper.GetResponseAsync (() => (HttpWebRequest)WebRequest.Create (u)).ContinueWith (t =>… in BeginDownloadSupportFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerRequestTest.cs259 request.GetResponseAsync (); in HttpRequestUriUnescape()
289 var rsp = request.GetResponseAsync (); in EmptyWrite()
H A DWebRequestTest.cs450 var responseTask = request.GetResponseAsync (); in TestReceiveCancelation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http/
H A DHttpClientHandler.cs402 wresponse = (HttpWebResponse)await wrequest.GetResponseAsync ().ConfigureAwait (false); in SendAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFileWebRequest.cs228 public override Task<WebResponse> GetResponseAsync() in GetResponseAsync() method in System.Net.FileWebRequest
H A DWebRequest.cs545 public virtual Task<WebResponse> GetResponseAsync() in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DClientWebSocket.cs162 … response = await request.GetResponseAsync().SuppressContextFlow() as HttpWebResponse; in ConnectAsyncCore()
/dports/lang/mono/mono-5.10.1.57/external/corefx/Documentation/project-docs/
H A Dwriting-tests.md47 Task<WebResponse> getResponse = request.GetResponseAsync();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DWebRequest.cs934 public virtual Task<WebResponse> GetResponseAsync() in GetResponseAsync() method in System.Net.WebRequest
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/language_server/
H A Dlanguage_server_completer.py420 def GetResponseAsync( self, request_id, message, response_callback=None ): member in LanguageServerConnection
441 response = self.GetResponseAsync( request_id, message )
2196 self._initialize_response = self.GetConnection().GetResponseAsync(
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs329 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6711 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6782 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6709 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6778 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9427 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9459 …public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null… in GetResponseAsync() method in System.Net.WebRequest

12