Home
last modified time | relevance | path

Searched refs:SocketShutdown (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DShutdown.cs45 client.Shutdown(SocketShutdown.Send); in OnOperationCompleted()
104 client.Shutdown(SocketShutdown.Send); in Shutdown_TCP_CLOSED_Success()
116 client.Shutdown(SocketShutdown.Both); in Shutdown_TCP_CLOSED_Success()
H A DSendFile.cs171 client.Shutdown(SocketShutdown.Send); in SendFile_Synchronous()
226 client.Shutdown(SocketShutdown.Send); in SendFile_APM()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DNetworkStream.cs151 SetSocketTimeoutOption(SocketShutdown.Receive, value, false);
188 SetSocketTimeoutOption(SocketShutdown.Send, value, false);
466 _streamSocket.InternalShutdown(SocketShutdown.Both); in Dispose()
935 internal void SetSocketTimeoutOption(SocketShutdown mode, int timeout, bool silent) in SetSocketTimeoutOption()
944 if (mode == SocketShutdown.Send || mode == SocketShutdown.Both) in SetSocketTimeoutOption()
953 if (mode == SocketShutdown.Receive || mode == SocketShutdown.Both) in SetSocketTimeoutOption()
H A DSocketShutdown.cs8 public enum SocketShutdown enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/test-helpers/
H A DSocketResponder.cs97 listenSocket.Shutdown (SocketShutdown.Send); in Listen()
98 listenSocket.Shutdown (SocketShutdown.Receive); in Listen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DNetworkStream.cs274 SetSocketTimeoutOption(SocketShutdown.Receive, value, false);
306 SetSocketTimeoutOption(SocketShutdown.Send, value, false);
652 chkStreamSocket.InternalShutdown(SocketShutdown.Both); in Dispose()
1272 internal void SetSocketTimeoutOption(SocketShutdown mode, int timeout, bool silent) { in SetSocketTimeoutOption()
1284 if (mode==SocketShutdown.Send || mode==SocketShutdown.Both) { in SetSocketTimeoutOption()
1290 if (mode==SocketShutdown.Receive || mode==SocketShutdown.Both) { in SetSocketTimeoutOption()
H A DSocketShutdown.cs15 public enum SocketShutdown { enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DHttpClientMiniStressTest.cs131 s.Shutdown(SocketShutdown.Send); in CreateServerAndGet()
152 s.Shutdown(SocketShutdown.Send); in CreateServerAndGetAsync()
182 s.Shutdown(SocketShutdown.Send); in CreateServerAndPostAsync()
H A DLoopbackGetRequestHttpProxy.cs49 clientSocket.Shutdown(SocketShutdown.Send); in StartAsync()
133 clientSocket.Shutdown(SocketShutdown.Send); in StartAsync()
H A DManagedHandlerTest.cs192 server.Shutdown(SocketShutdown.Send); in SendBytesBackAndForthBetweenClientAndServer_Success()
333 server.Shutdown(SocketShutdown.Both); in ServerDisconnectsAfterInitialRequest_SubsequentRequestUsesDifferentConnection()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DTelnetAppender.cs294 m_socket.Shutdown(SocketShutdown.Both); in Dispose()
483 localSocket.Shutdown(SocketShutdown.Both); in Dispose()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server/
H A DListener.cs191 serverSocket.Shutdown(SocketShutdown.Both); in SendCallback()
218 listenSocket.Shutdown(SocketShutdown.Both); in Dispose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.Shutdown.cs14 internal static extern Error Shutdown(SafeHandle socket, SocketShutdown how); in Shutdown()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ConnectStream.cs632 SafeSetSocketTimeout(SocketShutdown.Send); in ResubmitWrite()
1000 SafeSetSocketTimeout(SocketShutdown.Send); in InternalWrite()
1099 SafeSetSocketTimeout(SocketShutdown.Send); in InternalWrite()
1419 SafeSetSocketTimeout(SocketShutdown.Receive); in Read()
2200 SafeSetSocketTimeout(SocketShutdown.Send); in WriteHeaders()
2305 private void SafeSetSocketTimeout(SocketShutdown mode) { in SafeSetSocketTimeout()
2312 if (mode == SocketShutdown.Receive) { in SafeSetSocketTimeout()
2426 SafeSetSocketTimeout(SocketShutdown.Send); in ResumeInternalClose()
2596 SafeSetSocketTimeout(SocketShutdown.Send); in CloseInternal()
2638 SafeSetSocketTimeout(SocketShutdown.Send); in CloseInternal()
[all …]
H A D_TLSstream.cs230 chkSocket.InternalShutdown(SocketShutdown.Both); in Write()
301 chkSocket.InternalShutdown(SocketShutdown.Both); in EndWrite()
331 chkSocket.InternalShutdown(SocketShutdown.Both); in MultipleWrite()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DLingeringNetworkStream.cs59 Socket.Shutdown (SocketShutdown.Send); in LingeringClose()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Sharpen/Net/
H A DSocketWrapper.cs47 _delegate.Shutdown(SocketShutdown.Both); in Close()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client/
H A DBinaryRequest.cs63 clientSocket.Shutdown(SocketShutdown.Both); in Send()
H A DTextRequest.cs92 clientSocket.Shutdown(SocketShutdown.Both); in Send()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKCore.IPC/IPC/
H A DIPCSocketChannel.cs52 fSocket.Shutdown(SocketShutdown.Both); in Disconnect()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/TCP/
H A DTCPConnection.cs99 fSocket.Shutdown(SocketShutdown.Both); in Close()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Messaging/Rcon/
H A DServer.cs131 _listener.Shutdown(SocketShutdown.Send); in Dispose()
299 sock.Shutdown(SocketShutdown.Send); in ClientDisconnected()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Sockets/
H A DStandardSocket.cs77 socket.Shutdown(System.Net.Sockets.SocketShutdown.Both); in Close()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/
H A DPipeStream.Unix.cs469 s.Shutdown(SocketShutdown.Send); in ConfigureSocket()
472 s.Shutdown(SocketShutdown.Receive); in ConfigureSocket()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSafeSocketHandle.cs50 Socket.Shutdown_internal (handle, SocketShutdown.Both, out error); in ReleaseHandle()

123456