16 references to Shutdown
ClientSample (1)
Tcp\TcpConnection.cs (1)
210_socket.Shutdown(SocketShutdown.Both);
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
193_socket.Shutdown(SocketShutdown.Both); 317_socket.Shutdown(SocketShutdown.Both); 346_socket.Shutdown(SocketShutdown.Send);
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestConnection.cs (1)
42_socket.Shutdown(how);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestConnection.cs (1)
42_socket.Shutdown(how);
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
397_socket.Shutdown(SocketShutdown.Both);
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TestConnection.cs (1)
42_socket.Shutdown(how);
Sockets.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestConnection.cs (1)
42_socket.Shutdown(how);
src\Servers\Kestrel\test\FunctionalTests\RequestTests.cs (1)
614socket.Shutdown(SocketShutdown.Send);
System.IO.Pipes (2)
System\IO\Pipes\PipeStream.Unix.cs (2)
512s.Shutdown(SocketShutdown.Send); 515s.Shutdown(SocketShutdown.Receive);
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
527s?.Shutdown(SocketShutdown.Both);
System.Net.Sockets (1)
System\Net\Sockets\SocketPal.Unix.cs (1)
2038socket.Shutdown(SocketShutdown.Both);
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
410_socket.Shutdown(SocketShutdown.Send);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
387_socket.Shutdown(SocketShutdown.Send);