1 write to _listener
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
38
(
_listener
, Endpoint) = StartListener();
5 references to _listener
dotnet (5)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (5)
41
_listener
);
87
HttpListenerContext context = await
_listener
.GetContextAsync().WaitAsync(cancellationToken);
94
catch (HttpListenerException) when (cancellationToken.IsCancellationRequested || !
_listener
.IsListening)
97
catch (ObjectDisposedException) when (cancellationToken.IsCancellationRequested || !
_listener
.IsListening)
341
_listener
.Close();