Home
last modified time | relevance | path

Searched refs:GetContextAsync (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpRequestStreamTests.cs43 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_FullLengthAsynchronous_Success()
87 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_FullLengthAsynchronous_PadBuffer_Success()
133 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_FullLengthSynchronous_Success()
180 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_LargeLengthAsynchronous_Success()
220 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_LargeLengthSynchronous_Success()
256 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_TooMuchAsynchronous_Success()
282 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_TooMuchSynchronous_Success()
308 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_NotEnoughThenCloseAsynchronous_Success()
333 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in Read_Disposed_ReturnsZero()
358 Task<HttpListenerContext> contextTask = _listener.GetContextAsync(); in CanSeek_Get_ReturnsFalse()
[all …]
H A DHttpResponseStreamTests.cs41 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteAsynchronously_Succeeds()
79 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteSynchronouslyNonEmpty_Succeeds()
115 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteAsynchronouslyInParts_Succeeds()
144 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteSynchronouslyInParts_Succeeds()
172 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteAynchronouslyEmpty_Succeeds()
195 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in SimpleRequest_WriteSynchronouslyEmpty_Succeeds()
306 HttpListenerContext serverContext = await _listener.GetContextAsync(); in Write_TooMuch_ThrowsProtocolViolationException()
396 HttpListenerContext context = await listener.GetContextAsync(); in Write_HeadersToClosedConnectionAsynchronously_ThrowsHttpListenerException()
435 HttpListenerContext context = await listener.GetContextAsync(); in Write_HeadersToClosedConnectionSynchronously_ThrowsHttpListenerException()
475 HttpListenerContext context = await listener.GetContextAsync(); in Write_ContentToClosedConnectionAsynchronously_ThrowsHttpListenerException()
[all …]
H A DHttpListenerAuthenticationTests.cs253 HttpListenerContext context = await _listener.GetContextAsync(); in AuthenticationSchemeSelectorDelegate_ReturnsInvalidAuthenticationScheme_PerformsNoAuthentication()
386 HttpListenerContext context = await _listener.GetContextAsync(); in Realm_SetWithoutBasicAuthenticationScheme_SendsNoChallengeToClient()
427 Task<HttpListenerContext> serverTask = _listener.GetContextAsync(); in AuthenticationFailureAsyncContext()
443 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in ValidateNullUser()
463 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in ValidateValidUser()
H A DHttpListenerResponseTests.cs55 HttpListenerContext context = await Factory.GetListener().GetContextAsync(); in GetResponse()
159 HttpListenerContext context = await Factory.GetListener().GetContextAsync(); in Abort_Invoke_ForciblyTerminatesConnection()
419 HttpListenerContext context = await listener.GetContextAsync(); in CloseResponseEntity_SendToClosedConnection_DoesNotThrow()
H A DGetContextHelper.cs29 HttpListenerContext context = await _listener.GetContextAsync(); in GetResponse()
H A DInvalidClientRequestTests.cs118 Task<HttpListenerContext> serverTask = Factory.GetListener().GetContextAsync(); in GetContext_InvalidRequest_DoesNotGetContext()
H A DWebSocketTests.cs39 Task<HttpListenerContext> serverContextTask = _listener.GetContextAsync(); in AcceptWebSocketAsync_NullSubProtocol_Succeeds()
H A DHttpListenerContextTests.cs250 await contextAction(await listener.GetContextAsync()); in GetSocketContext()
265 Task<HttpListenerContext> serverContextTask = Factory.GetListener().GetContextAsync(); in GetWebSocketContext()
H A DSimpleHttpTests.cs127 Task<HttpListenerContext> server = _listener.GetContextAsync(); in UnknownHeaders_Success()
H A DHttpListenerRequestTests.cs630 return (await listener.GetContextAsync()).Request; in GetRequest()
H A DHttpListenerWebSocketTests.cs359 Task<HttpListenerContext> serverContextTask = Factory.GetListener().GetContextAsync(); in GetWebSocketContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpListener.platformnotsupported.cs144 public Task<HttpListenerContext> GetContextAsync () in GetContextAsync() method in System.Net.HttpListener
H A DHttpListener.cs355 public Task<HttpListenerContext> GetContextAsync () in GetContextAsync() method in System.Net.HttpListener
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/GoogleDriveIntegration/
H A DMesenCodeReceiver.cs81 var context = await listener.GetContextAsync().ConfigureAwait(false); in ICodeReceiver.ReceiveCodeAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.WebSockets/
H A DClientWebSocketTest.cs282 var ctx = await this.listener.GetContextAsync (); in HandleHttpWebSocketRequestAsync()
291 var ctx = await listener.GetContextAsync (); in HandleHttpRequestAsync()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Worker/
H A DHttpServer.cs94 var context = await this.httpListener.GetContextAsync(); in Run()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/
H A DHttpListener.cs286 public Task<HttpListenerContext> GetContextAsync() in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/ref/
H A DSystem.Net.HttpListener.cs30 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerRequestTest.cs256 var contextTask = listener.GetContextAsync (); in HttpRequestUriUnescape()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpListener.cs1313 public Task<HttpListenerContext> GetContextAsync() in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5681 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs5726 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5679 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5722 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8378 …public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null;… in GetContextAsync() method in System.Net.HttpListener

12