Home
last modified time | relevance | path

Searched refs:BeginConnect (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DTCPClient.cs277 …(targetAddess, targetPort, callback, state) => ((TcpClient)state).BeginConnect(targetAddess, targe… in ConnectAsync()
283 …(targetHost, targetPort, callback, state) => ((TcpClient)state).BeginConnect(targetHost, targetPor… in ConnectAsync()
289 …(targetAddresses, targetPort, callback, state) => ((TcpClient)state).BeginConnect(targetAddresses,… in ConnectAsync()
293 …public IAsyncResult BeginConnect(IPAddress address, int port, AsyncCallback requestCallback, objec… in BeginConnect() method in System.Net.Sockets.TcpClient
297 IAsyncResult result = Client.BeginConnect(address, port, requestCallback, state); in BeginConnect()
303 …public IAsyncResult BeginConnect(string host, int port, AsyncCallback requestCallback, object stat… in BeginConnect() method in System.Net.Sockets.TcpClient
307 IAsyncResult result = Client.BeginConnect(host, port, requestCallback, state); in BeginConnect()
313 …public IAsyncResult BeginConnect(IPAddress[] addresses, int port, AsyncCallback requestCallback, o… in BeginConnect() method in System.Net.Sockets.TcpClient
317 IAsyncResult result = Client.BeginConnect(addresses, port, requestCallback, state); in BeginConnect()
H A DSocketTaskExtensions.netfx.cs34 …(targetEndPoint, callback, state) => ((Socket)state).BeginConnect(targetEndPoint, callback, state), in ConnectAsync()
43 …(targetAddress, targetPort, callback, state) => ((Socket)state).BeginConnect(targetAddress, target… in ConnectAsync()
53 …(targetAddresses, targetPort, callback, state) => ((Socket)state).BeginConnect(targetAddresses, ta… in ConnectAsync()
63 …(targetHost, targetPort, callback, state) => ((Socket)state).BeginConnect(targetHost, targetPort, … in ConnectAsync()
H A DSocket.Tasks.cs119 BeginConnect(remoteEP, iar => in ConnectAsync()
135 BeginConnect(address, port, iar => in ConnectAsync()
151 BeginConnect(addresses, port, iar => in ConnectAsync()
167 BeginConnect(host, port, iar => in ConnectAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DTCPClient.cs363 …public IAsyncResult BeginConnect(string host, int port, AsyncCallback requestCallback, object stat… in TcpClient() method in System.Net.Sockets.TcpClient
366 IAsyncResult result = Client.BeginConnect(host, port, requestCallback, state); in TcpClient()
372 …public IAsyncResult BeginConnect(IPAddress address, int port, AsyncCallback requestCallback, objec… in TcpClient() method in System.Net.Sockets.TcpClient
375 IAsyncResult result = Client.BeginConnect(address, port, requestCallback, state); in TcpClient()
381 …public IAsyncResult BeginConnect(IPAddress[] addresses, int port, AsyncCallback requestCallback, o… in TcpClient() method in System.Net.Sockets.TcpClient
385 IAsyncResult result = Client.BeginConnect(addresses, port, requestCallback, state); in TcpClient()
403 return Task.Factory.FromAsync(BeginConnect, EndConnect, address, port, null); in TcpClient()
409 return Task.Factory.FromAsync(BeginConnect, EndConnect, host, port, null); in TcpClient()
415 return Task.Factory.FromAsync(BeginConnect, EndConnect, addresses, port, null); in TcpClient()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Sockets/
H A DTcpClientCas.cs79 IAsyncResult r = s.BeginConnect ("www.google.com", 80, new AsyncCallback (ConnectCallback), s); in AsyncConnect_StringIntAsyncCallbackObject()
95 … IAsyncResult r = s.BeginConnect (host.AddressList[0], 80, new AsyncCallback (ConnectCallback), s); in AsyncConnect_IPAddressIntAsyncCallbackObject()
111 IAsyncResult r = s.BeginConnect (host.AddressList, 80, new AsyncCallback (ConnectCallback), s); in AsyncConnect_IPAddressArrayIntAsyncCallbackObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DTcpClient.platformnotsupported.cs142 …public IAsyncResult BeginConnect (IPAddress address, int port, AsyncCallback requestCallback, obje… in BeginConnect() method in System.Net.Sockets.TcpClient
147 …public IAsyncResult BeginConnect (IPAddress[] addresses, int port, AsyncCallback requestCallback, … in BeginConnect() method in System.Net.Sockets.TcpClient
152 …public IAsyncResult BeginConnect (string host, int port, AsyncCallback requestCallback, object sta… in BeginConnect() method in System.Net.Sockets.TcpClient
H A DSocketTaskExtensions.cs34 …(targetEndPoint, callback, state) => ((Socket)state).BeginConnect(targetEndPoint, callback, state), in ConnectAsync()
43 …(targetAddress, targetPort, callback, state) => ((Socket)state).BeginConnect(targetAddress, target… in ConnectAsync()
53 …(targetAddresses, targetPort, callback, state) => ((Socket)state).BeginConnect(targetAddresses, ta… in ConnectAsync()
63 …(targetHost, targetPort, callback, state) => ((Socket)state).BeginConnect(targetHost, targetPort, … in ConnectAsync()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/ProxySocket/
H A DProxySocket.cs156 … public new IAsyncResult BeginConnect(EndPoint remoteEP, AsyncCallback callback, object state) in BeginConnect() method in Org.Mentalis.Network.ProxySocket.ProxySocket
161 return base.BeginConnect(remoteEP, callback, state); in BeginConnect()
187 … public new IAsyncResult BeginConnect(string host, int port, AsyncCallback callback, object state) in BeginConnect() method in Org.Mentalis.Network.ProxySocket.ProxySocket
255 … base.BeginConnect(new IPEndPoint(dns.AddressList[0], RemotePort), this.OnConnect, State); in OnResolved()
H A DSocks4Handler.cs156 Server.BeginConnect(proxyEndPoint, this.OnConnect, Server); in BeginNegotiate()
171 Server.BeginConnect(proxyEndPoint, this.OnConnect, Server); in BeginNegotiate()
H A DSocks5Handler.cs200 Server.BeginConnect(proxyEndPoint, this.OnConnect, Server); in BeginNegotiate()
215 Server.BeginConnect(proxyEndPoint, this.OnConnect, Server); in BeginNegotiate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTracingConnectionInitiator.cs44 … public IAsyncResult BeginConnect(Uri uri, TimeSpan timeout, AsyncCallback callback, object state) in BeginConnect() method in System.ServiceModel.Channels.TracingConnectionInitiator
49 return this.connectionInitiator.BeginConnect(uri, timeout, callback, state); in BeginConnect()
H A DConnectionDumpInitiator.cs32 … public IAsyncResult BeginConnect(Uri uri, TimeSpan timeout, AsyncCallback callback, object state) in BeginConnect() method in System.ServiceModel.Channels.ConnectionDumpInitiator
34 return connectionInitiator.BeginConnect(uri, timeout, callback, state); in BeginConnect()
H A DBufferedConnection.cs321 … public IAsyncResult BeginConnect(Uri uri, TimeSpan timeout, AsyncCallback callback, object state) in BeginConnect() method in System.ServiceModel.Channels.BufferedConnectionInitiator
323 return connectionInitiator.BeginConnect(uri, timeout, callback, state); in BeginConnect()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DVirtualMachineManager.cs266 return EndConnect (BeginConnect (endpoint, consoleEndpoint, null)); in Connect()
298 public static IAsyncResult BeginConnect (IPEndPoint dbg_ep, AsyncCallback callback) { in BeginConnect() method in Mono.Debugger.Soft.VirtualMachineManager
299 return BeginConnect (dbg_ep, null, callback); in BeginConnect()
302 …public static IAsyncResult BeginConnect (IPEndPoint dbg_ep, IPEndPoint con_ep, AsyncCallback callb… in BeginConnect() method in Mono.Debugger.Soft.VirtualMachineManager
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DArgumentValidationTests.cs973 …Assert.Throws<ArgumentNullException>(() => GetSocket().BeginConnect((EndPoint)null, TheAsyncCallba… in BeginConnect_EndPoint_NullEndPoint_Throws_ArgumentNull()
984 …Assert.Throws<InvalidOperationException>(() => socket.BeginConnect(new IPEndPoint(IPAddress.Loopba… in BeginConnect_EndPoint_ListeningSocket_Throws_InvalidOperation()
992 … Assert.Throws<NotSupportedException>(() => GetSocket(AddressFamily.InterNetwork).BeginConnect( in BeginConnect_EndPoint_AddressFamily_Throws_NotSupported()
1001 …Assert.Throws<ArgumentNullException>(() => GetSocket().BeginConnect((string)null, 1, TheAsyncCallb… in BeginConnect_Host_NullHost_Throws_ArgumentNull()
1010 …Assert.Throws<ArgumentOutOfRangeException>(() => GetSocket().BeginConnect("localhost", port, TheAs… in BeginConnect_Host_InvalidPort_Throws_ArgumentOutOfRange()
1021 …Assert.Throws<InvalidOperationException>(() => socket.BeginConnect("localhost", 1, TheAsyncCallbac… in BeginConnect_Host_ListeningSocket_Throws_InvalidOperation()
1029 …Assert.Throws<ArgumentNullException>(() => GetSocket().BeginConnect((IPAddress)null, 1, TheAsyncCa… in BeginConnect_IPAddress_NullIPAddress_Throws_ArgumentNull()
1038 …Assert.Throws<ArgumentOutOfRangeException>(() => GetSocket().BeginConnect(IPAddress.Loopback, port… in BeginConnect_IPAddress_InvalidPort_Throws_ArgumentOutOfRange()
1052 …Assert.Throws<ArgumentNullException>(() => GetSocket().BeginConnect((IPAddress[])null, 1, TheAsync… in BeginConnect_IPAddresses_NullIPAddresses_Throws_ArgumentNull()
1059 …AssertExtensions.Throws<ArgumentException>("addresses", () => GetSocket().BeginConnect(new IPAddre… in BeginConnect_IPAddresses_EmptyIPAddresses_Throws_Argument()
[all …]
H A DDnsEndPointTest.cs118 … IAsyncResult result = sock.BeginConnect(new DnsEndPoint("localhost", port), null, null); in Socket_BeginConnectDnsEndPoint_Success()
140 … IAsyncResult result = sock.BeginConnect(new DnsEndPoint("localhost", port), null, null); in Socket_BeginConnectDnsEndPoint_SetSocketProperties_Success()
153 …IAsyncResult result = sock.BeginConnect(new DnsEndPoint("notahostname.invalid.corp.microsoft.com",… in Socket_BeginConnectDnsEndPoint_Failure()
163 … IAsyncResult result = sock.BeginConnect(new DnsEndPoint("localhost", UnusedPort), null, null); in Socket_BeginConnectDnsEndPoint_Failure()
H A DDisposedSocketTests.cs593 …Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().BeginConnect(new IPEndPoint(IPAdd… in BeginConnect_EndPoint_Throws_ObjectDisposed()
599 …Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().BeginConnect(IPAddress.Loopback, … in BeginConnect_IPAddress_Throws_ObjectDisposed()
605 …Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().BeginConnect(new[] { IPAddress.Lo… in BeginConnect_IPAddresses_Throws_ObjectDisposed()
611 …Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().BeginConnect("localhost", 1, TheA… in BeginConnect_Host_Throws_ObjectDisposed()
H A DTcpClientTest.cs150 … await Task.Factory.FromAsync(client.BeginConnect, client.EndConnect, host, port, null); in ConnectAsync_DnsEndPoint_Success()
154 … await Task.Factory.FromAsync(client.BeginConnect, client.EndConnect, addresses[0], port, null); in ConnectAsync_DnsEndPoint_Success()
158 … await Task.Factory.FromAsync(client.BeginConnect, client.EndConnect, addresses, port, null); in ConnectAsync_DnsEndPoint_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs242 …public IAsyncResult BeginConnect(string host, int port, AsyncCallback requestCallback, object stat… in BeginConnect() method in System.Net.Sockets.Socket
243 …public IAsyncResult BeginConnect(IPAddress address, int port, AsyncCallback requestCallback, objec… in BeginConnect() method in System.Net.Sockets.Socket
244 …public IAsyncResult BeginConnect(IPAddress[] addresses, int port, AsyncCallback requestCallback, o… in BeginConnect() method in System.Net.Sockets.Socket
245 …public IAsyncResult BeginConnect(EndPoint remoteEP, AsyncCallback callback, object state) { throw … in BeginConnect() method in System.Net.Sockets.Socket
544 …public IAsyncResult BeginConnect(IPAddress address, int port, AsyncCallback requestCallback, objec… in BeginConnect() method in System.Net.Sockets.TcpClient
545 …public IAsyncResult BeginConnect(IPAddress[] addresses, int port, AsyncCallback requestCallback, o… in BeginConnect() method in System.Net.Sockets.TcpClient
546 …public IAsyncResult BeginConnect(string host, int port, AsyncCallback requestCallback, object stat… in BeginConnect() method in System.Net.Sockets.TcpClient
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client/
H A DTextRequest.cs54 IAsyncResult conRes = clientSocket.BeginConnect(Server, null, null); in Send()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Sockets/Performance/
H A DSocketTestClientAPM.cs31 _s.BeginConnect(_endpoint, OnConnect, onConnectCallback); in Connect()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSocket.cs48 return BeginConnect (remoteEP, callback, state); in UnsafeBeginConnect()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTSocket.cs142 … IAsyncResult asyncres = client.BeginConnect(host, port, new AsyncCallback(ConnectCallback), hlp); in Open()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Transport/
H A DTSocket.cs142 … IAsyncResult asyncres = client.BeginConnect(host, port, new AsyncCallback(ConnectCallback), hlp); in Open()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTSocket.cs142 … IAsyncResult asyncres = client.BeginConnect(host, port, new AsyncCallback(ConnectCallback), hlp); in Open()

1234