Home
last modified time | relevance | path

Searched refs:RemoteEndPoint (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DServerAllowNoEncryptionTest.cs43 … client.ConnectAsync(serverAllowNoEncryption.RemoteEndPoint.Address, serverAllowNoEncryption.Remot… in ServerAllowNoEncryption_ClientRequireEncryption_ConnectWithEncryption()
49 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientRequireEncryption_ConnectWithEncryption()
64 … client.ConnectAsync(serverAllowNoEncryption.RemoteEndPoint.Address, serverAllowNoEncryption.Remot… in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
70 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
85 … client.ConnectAsync(serverAllowNoEncryption.RemoteEndPoint.Address, serverAllowNoEncryption.Remot… in ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
91 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
H A DClientDefaultEncryptionTest.cs43 … client.ConnectAsync(serverRequireEncryption.RemoteEndPoint.Address, serverRequireEncryption.Remot… in ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption()
49 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption()
64 … client.ConnectAsync(serverAllowNoEncryption.RemoteEndPoint.Address, serverAllowNoEncryption.Remot… in ClientDefaultEncryption_ServerAllowNoEncryption_ConnectWithEncryption()
70 … serverAllowNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ClientDefaultEncryption_ServerAllowNoEncryption_ConnectWithEncryption()
84 …await client.ConnectAsync(serverNoEncryption.RemoteEndPoint.Address, serverNoEncryption.RemoteEndP… in ClientDefaultEncryption_ServerNoEncryption_NoConnect()
H A DServerRequireEncryptionTest.cs42 … client.ConnectAsync(serverRequireEncryption.RemoteEndPoint.Address, serverRequireEncryption.Remot… in ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption()
48 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption()
62 … client.ConnectAsync(serverRequireEncryption.RemoteEndPoint.Address, serverRequireEncryption.Remot… in ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
68 … serverRequireEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
82 … client.ConnectAsync(serverRequireEncryption.RemoteEndPoint.Address, serverRequireEncryption.Remot… in ServerRequireEncryption_ClientNoEncryption_NoConnect()
H A DServerNoEncryptionTest.cs42 …await client.ConnectAsync(serverNoEncryption.RemoteEndPoint.Address, serverNoEncryption.RemoteEndP… in ServerNoEncryption_ClientRequireEncryption_NoConnect()
60 …await client.ConnectAsync(serverNoEncryption.RemoteEndPoint.Address, serverNoEncryption.RemoteEndP… in ServerNoEncryption_ClientAllowNoEncryption_ConnectWithNoEncryption()
67 … serverNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerNoEncryption_ClientAllowNoEncryption_ConnectWithNoEncryption()
84 …await client.ConnectAsync(serverNoEncryption.RemoteEndPoint.Address, serverNoEncryption.RemoteEndP… in ServerNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
92 … serverNoEncryption.RemoteEndPoint, sslStream.CipherAlgorithm, sslStream.CipherStrength); in ServerNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
H A DParameterValidationTest.cs32 …await client.ConnectAsync(_remoteServer.RemoteEndPoint.Address, _remoteServer.RemoteEndPoint.Port); in SslStreamConstructor_BadEncryptionPolicy_ThrowException()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DDccSend.cs94 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in DccSend()
113 RemoteEndPoint = (IPEndPoint)Connection.Client.RemoteEndPoint; in InitWork()
191 if(RemoteEndPoint.Port==0) { in AcceptRequest()
199 Connection.Connect(RemoteEndPoint); in AcceptRequest()
205 …ge(SendType.CtcpRequest, User, "DCC RESUME \"" + _Filename + "\" " + RemoteEndPoint.Port + " " + o… in AcceptRequest()
209 …ge(SendType.CtcpRequest, User, "DCC RESUME \"" + _Filename + "\" " + RemoteEndPoint.Port + " " + o… in AcceptRequest()
261 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in SetRemote()
H A DDccChat.cs96 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in DccChat()
118 RemoteEndPoint = (IPEndPoint)Connection.Client.RemoteEndPoint; in InitWork()
158 if(RemoteEndPoint.Port==0) { in AcceptRequest()
165 Connection.Connect(RemoteEndPoint); in AcceptRequest()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcFeatures/
H A DDccSend.cs94 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in DccSend()
113 RemoteEndPoint = (IPEndPoint)Connection.Client.RemoteEndPoint; in InitWork()
191 if(RemoteEndPoint.Port==0) { in AcceptRequest()
199 Connection.Connect(RemoteEndPoint); in AcceptRequest()
205 …ge(SendType.CtcpRequest, User, "DCC RESUME \"" + _Filename + "\" " + RemoteEndPoint.Port + " " + o… in AcceptRequest()
209 …ge(SendType.CtcpRequest, User, "DCC RESUME \"" + _Filename + "\" " + RemoteEndPoint.Port + " " + o… in AcceptRequest()
261 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in SetRemote()
H A DDccChat.cs96 RemoteEndPoint = new IPEndPoint(IPAddress.Parse(DccIntToHost(ip)), port); in DccChat()
118 RemoteEndPoint = (IPEndPoint)Connection.Client.RemoteEndPoint; in InitWork()
158 if(RemoteEndPoint.Port==0) { in AcceptRequest()
165 Connection.Connect(RemoteEndPoint); in AcceptRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxIPGlobalProperties.cs37 if (nativeInfo.RemoteEndPoint.NumAddressBytes == 0) in GetActiveTcpConnections()
43 byte[] remoteBytes = new byte[nativeInfo.RemoteEndPoint.NumAddressBytes]; in GetActiveTcpConnections()
46 …Buffer.MemoryCopy(nativeInfo.RemoteEndPoint.AddressBytes, remoteBytesPtr, remoteBytes.Length, remo… in GetActiveTcpConnections()
51 … IPEndPoint remote = new IPEndPoint(remoteIPAddress, (int)nativeInfo.RemoteEndPoint.Port); in GetActiveTcpConnections()
61 …Connections.Where(tci => tci.State != TcpState.Listen).Select(tci => tci.RemoteEndPoint).ToArray(); in GetActiveTcpListeners()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Server/
H A DServer.cs330 newConn.Socket.RemoteEndPoint); in ValidateClient()
347 var ipAddress = ((IPEndPoint)newConn.Socket.RemoteEndPoint).Address; in ValidateClient()
366 newConn.Socket.RemoteEndPoint); in ValidateClient()
376 newConn.Socket.RemoteEndPoint); in ValidateClient()
386 newConn.Socket.RemoteEndPoint, handshake.OrdersProtocol); in ValidateClient()
430 newConn.PlayerIndex, newConn.Socket.RemoteEndPoint); in ValidateClient()
442 client.Name, newConn.Socket.RemoteEndPoint); in ValidateClient()
510 newConn.Socket.RemoteEndPoint, handshake.Fingerprint); in ValidateClient()
520 newConn.Socket.RemoteEndPoint, handshake.Fingerprint); in ValidateClient()
526 newConn.Socket.RemoteEndPoint, handshake.Fingerprint, i.Error); in ValidateClient()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DDisconnectTest.cs58 args.RemoteEndPoint = server1.EndPoint; in Disconnect_Success()
74 args.RemoteEndPoint = server2.EndPoint; in Disconnect_Success()
101 args.RemoteEndPoint = server1.EndPoint; in DisconnectAsync_Success()
121 args.RemoteEndPoint = server2.EndPoint; in DisconnectAsync_Success()
148 args.RemoteEndPoint = server1.EndPoint; in BeginDisconnect_Success()
166 args.RemoteEndPoint = server2.EndPoint; in BeginDisconnect_Success()
H A DDnsEndPointTest.cs199 args.RemoteEndPoint = new DnsEndPoint("localhost", port); in Socket_ConnectAsyncDnsEndPoint_Success()
236 args.RemoteEndPoint = new DnsEndPoint("localhost", port); in Socket_ConnectAsyncDnsEndPoint_SetSocketProperties_Success()
259 … args.RemoteEndPoint = new DnsEndPoint("notahostname.invalid.corp.microsoft.com", UnusedPort); in Socket_ConnectAsyncDnsEndPoint_HostNotFound()
284 args.RemoteEndPoint = new DnsEndPoint("localhost", UnusedPort); in Socket_ConnectAsyncDnsEndPoint_ConnectionRefused()
319 args.RemoteEndPoint = new DnsEndPoint("localhost", port4); in Socket_StaticConnectAsync_Success()
337 args.RemoteEndPoint = new DnsEndPoint("localhost", port6); in Socket_StaticConnectAsync_Success()
359 … args.RemoteEndPoint = new DnsEndPoint("notahostname.invalid.corp.microsoft.com", UnusedPort); in Socket_StaticConnectAsync_HostNotFound()
385 args.RemoteEndPoint = new DnsEndPoint("localhost", UnusedPort); in Socket_StaticConnectAsync_ConnectionRefused()
420 … args.RemoteEndPoint = new DnsEndPoint("127.0.0.1", UnusedPort, AddressFamily.InterNetworkV6); in Socket_StaticConnectAsync_SyncFailure()
H A DAgnosticListenerTest.cs82 … Assert.Equal(AddressFamily.InterNetworkV6, acceptedV6Client.Client.RemoteEndPoint.AddressFamily); in ConnectWithV4AndV6_Success()
83 … Assert.Equal(AddressFamily.InterNetworkV6, v6Client.Client.RemoteEndPoint.AddressFamily); in ConnectWithV4AndV6_Success()
94 … Assert.Equal(AddressFamily.InterNetworkV6, acceptedV4Client.Client.RemoteEndPoint.AddressFamily); in ConnectWithV4AndV6_Success()
95 Assert.Equal(AddressFamily.InterNetwork, v4Client.Client.RemoteEndPoint.AddressFamily); in ConnectWithV4AndV6_Success()
H A DReceiveMessageFromAsync.cs33 …var args = new SocketAsyncEventArgs() { RemoteEndPoint = new IPEndPoint(ipv4 ? IPAddress.Any : IPA… in ReceiveSentMessages_SocketAsyncEventArgs_Success()
57 Assert.Equal(sender.LocalEndPoint, args.RemoteEndPoint); in ReceiveSentMessages_SocketAsyncEventArgs_Success()
91 Assert.Equal(sender.LocalEndPoint, result.RemoteEndPoint); in ReceiveSentMessages_Tasks_Success()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTSilverlightSocket.cs141 socketEventArg.RemoteEndPoint = hostEntry; in Open()
171 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in Read()
243 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in BeginFlush()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Transport/
H A DTSilverlightSocket.cs141 socketEventArg.RemoteEndPoint = hostEntry; in Open()
171 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in Read()
243 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in BeginFlush()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTSilverlightSocket.cs141 socketEventArg.RemoteEndPoint = hostEntry; in Open()
171 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in Read()
243 socketEventArg.RemoteEndPoint = socket.RemoteEndPoint; in BeginFlush()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DClientUdpOutputChannel.cs29 this.RemoteEndPoint = remoteEndPoint; in ClientUdpOutputChannel()
33 public IPEndPoint RemoteEndPoint property in System.ServiceModel.Channels.ClientUdpOutputChannel
42 remoteEndPoint = this.RemoteEndPoint; in GetSendSockets()
H A DUdpSocket.cs364 this.RemoteEndPoint = remoteEndPoint; in ReceiveFromAsyncResult()
397 public EndPoint RemoteEndPoint property in System.ServiceModel.Channels.UdpSocket.ReceiveFromAsyncResult
426 remoteEndPoint = receiveFromResult.RemoteEndPoint; in End()
471 EndPoint remoteEndPoint = this.RemoteEndPoint; in EndReceiveFrom()
473 this.RemoteEndPoint = remoteEndPoint; in EndReceiveFrom()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/
H A DTDSServerEndPointConnection.cs112 if (Connection.Client.RemoteEndPoint is IPEndPoint) in ServerEndPointConnection()
115 IPEndPoint endPoint = Connection.Client.RemoteEndPoint as IPEndPoint; in ServerEndPointConnection()
132 …rThread.Name = string.Format("TDS Server Connection {0} Thread", Connection.Client.RemoteEndPoint); in Start()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/starksoftproxy/
H A DUtils.cs18 host = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Address.ToString(); in GetHost()
34 …port = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Port.ToString(CultureInfo.InvariantCu… in GetPort()
/dports/irc/smuxi/smuxi-1.1/lib/StarkSoftProxy/
H A DUtils.cs18 host = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Address.ToString(); in GetHost()
34 …port = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Port.ToString(CultureInfo.InvariantCu… in GetPort()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/starksoftproxy/
H A DUtils.cs18 host = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Address.ToString(); in GetHost()
34 …port = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Port.ToString(CultureInfo.InvariantCu… in GetPort()
/dports/irc/smartirc4net/smartirc4net-1.1/src/starksoftproxy/
H A DUtils.cs18 host = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Address.ToString(); in GetHost()
34 …port = ((System.Net.IPEndPoint)client.Client.RemoteEndPoint).Port.ToString(CultureInfo.InvariantCu… in GetPort()

1234567