Home
last modified time | relevance | path

Searched refs:BeginAccept (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Server/
H A DGenericServer.cs162 BeginAccept (); in EndConnection()
171 listen_socket.BeginAccept (OnAccept, null); in RunServer()
213 BeginAccept (); in OnAccept()
243 void BeginAccept () in BeginAccept() method in Mono.WebServer.FastCgi.GenericServer
250 listen_socket.BeginAccept (OnAccept, null); in BeginAccept()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DListenerBinder.cs76 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.DuplexListenerBinder
123 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.DuplexSessionListenerBinder
168 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.InputListenerBinder
213 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.InputSessionListenerBinder
258 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.ReplyListenerBinder
303 public IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Dispatcher.ListenerBinder.ReplySessionListenerBinder
H A DIListenerBinder.cs16 IAsyncResult BeginAccept(TimeSpan timeout, AsyncCallback callback, object state); in BeginAccept() method
H A DErrorHandlingAcceptor.cs113 return this.binder.BeginAccept(timeout, callback, state); in BeginTryAccept()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Sockets/
H A DStandardSocket.cs121 public override IAsyncResult BeginAccept (AsyncCallback callback, in BeginAccept() method in Mono.WebServer.FastCgi.Sockets.StandardSocket
124 return socket.BeginAccept (callback, state); in BeginAccept()
H A DSocket.cs46 public abstract IAsyncResult BeginAccept (AsyncCallback callback, object state); in BeginAccept() method in Mono.FastCgi.Socket
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTracingConnectionListener.cs67 public IAsyncResult BeginAccept(AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Channels.TracingConnectionListener
71 return this.listener.BeginAccept(callback, state); in BeginAccept()
H A DBufferedConnection.cs355 public IAsyncResult BeginAccept(AsyncCallback callback, object state) in BeginAccept() method in System.ServiceModel.Channels.BufferedConnectionListener
357 return connectionListener.BeginAccept(callback, state); in BeginAccept()
H A DConnectionAcceptor.cs93 result = listener.BeginAccept(acceptCompletedCallback, null); in AcceptIfNecessary()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/TCP/
H A DTCPDuplexClient.cs62 fSocket.BeginAccept(OnConnectRequest, fSocket); in Connect()
101 sock.BeginAccept(OnConnectRequest, sock); in OnConnectRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Sockets/
H A DSocketTestServerAPM.cs30 _socket.BeginAccept(OnAccept, null); in SocketTestServerAPM()
82 _socket.BeginAccept(OnAccept, null); in OnAccept()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DTimeoutTest.cs60 IAsyncResult localAsync = localSocket.BeginAccept(null, null); in ReceiveTimesOut_Throws()
101 IAsyncResult localAsync = localSocket.BeginAccept(null, null); in SendTimesOut_Throws()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DTelnetAppender.cs326 m_serverSocket.BeginAccept(new AsyncCallback(OnConnect), null); in SocketHandler()
454 m_serverSocket.BeginAccept(new AsyncCallback(OnConnect), null); in OnConnect()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server/
H A DListener.cs77 listenSocket.BeginAccept(AcceptCallback, null); in Open()
195 listenSocket.BeginAccept(AcceptCallback, null); in SendCallback()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKCore.IPC/IPC/
H A DIPCServerChannel.cs124 fSocket.BeginAccept(OnConnectRequest, fSocket); in Connect()
236 sock.BeginAccept(OnConnectRequest, sock); in OnConnectRequest()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dappdomain-unload-doesnot-raise-pending-events.cs15 socket.BeginAccept ( delegate { in AppDomainMethod()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DTCPListener.cs227 IAsyncResult result = _serverSocket.BeginAccept(callback, state); in BeginAcceptSocket()
265 IAsyncResult result = _serverSocket.BeginAccept(callback, state); in BeginAcceptTcpClient()
H A DSocketTaskExtensions.netfx.cs15 (callback, state) => ((Socket)state).BeginAccept(callback, state), in AcceptAsync()
24 …(socketForAccept, receiveSize, callback, state) => ((Socket)state).BeginAccept(socketForAccept, re… in AcceptAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocketTaskExtensions.cs15 (callback, state) => ((Socket)state).BeginAccept(callback, state), in AcceptAsync()
24 …(socketForAccept, receiveSize, callback, state) => ((Socket)state).BeginAccept(socketForAccept, re… in AcceptAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DTCPListener.cs275 IAsyncResult result = m_ServerSocket.BeginAccept(callback,state); in BeginAcceptSocket()
313 IAsyncResult result = m_ServerSocket.BeginAccept(callback,state); in BeginAcceptTcpClient()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DChangeLog3 * ApplicationServer.cs: OnAccept sends BeginAccept exceptions back
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DTcpAcceptor.cs50 _result = _fd.BeginAccept(delegate(IAsyncResult result) in startAccept()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DTcpAcceptor.cs50 _result = _fd.BeginAccept(delegate(IAsyncResult result) in startAccept()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DTcpAcceptor.cs50 _result = _fd.BeginAccept(delegate(IAsyncResult result) in startAccept()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DCookieParserTest.cs175 socket.BeginAccept ((result) => { in Start()

123