Home
last modified time | relevance | path

Searched refs:LocalEndPoint (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DReceiveMessageFrom.cs45 Assert.Equal(sender.LocalEndPoint, remoteEP); in Success()
46 … Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, packetInformation.Address); in Success()
85 Assert.Equal(sender.LocalEndPoint, remoteEP); in Success_IPv6()
86 … Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, packetInformation.Address); in Success_IPv6()
139 Assert.Equal(sender.LocalEndPoint, remoteEP); in Success_APM()
140 Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, packetInformation.Address); in Success_APM()
214 Assert.Equal(sender.LocalEndPoint, saea.RemoteEndPoint); in Success_EventArgs()
215 …Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, saea.ReceiveMessageFromPacketInfo.Address… in Success_EventArgs()
H A DReceiveMessageFromAsync.cs57 Assert.Equal(sender.LocalEndPoint, args.RemoteEndPoint); in ReceiveSentMessages_SocketAsyncEventArgs_Success()
58 …Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, args.ReceiveMessageFromPacketInfo.Address… in ReceiveSentMessages_SocketAsyncEventArgs_Success()
91 Assert.Equal(sender.LocalEndPoint, result.RemoteEndPoint); in ReceiveSentMessages_Tasks_Success()
92 … Assert.Equal(((IPEndPoint)sender.LocalEndPoint).Address, result.PacketInformation.Address); in ReceiveSentMessages_Tasks_Success()
H A DSendReceive.cs61 var leftEndpoint = (IPEndPoint)left.LocalEndPoint; in SendToRecvFrom_Datagram_UDP()
62 var rightEndpoint = (IPEndPoint)right.LocalEndPoint; in SendToRecvFrom_Datagram_UDP()
181 EndPoint clientEndpoint = server.LocalEndPoint; in SendRecv_Stream_TCP()
247 await client.ConnectAsync(listener.LocalEndPoint); in SendRecv_Stream_TCP_LargeMultiBufferSends()
337 EndPoint clientEndpoint = server.LocalEndPoint; in SendRecv_Stream_TCP_AlternateBufferAndBufferList()
397 EndPoint clientEndpoint = server.LocalEndPoint; in SendRecv_Stream_TCP_MultipleConcurrentReceives()
505 EndPoint clientEndpoint = server.LocalEndPoint; in SendRecv_Stream_TCP_MultipleConcurrentSends()
881 client.Connect(server.LocalEndPoint); in SendRecvIovMaxTcp_Success()
923 socket.Connect(socket.LocalEndPoint); in SendIovMaxUdp_SuccessOrMessageSize()
964 EndPoint receiverEndPoint = receiver.LocalEndPoint; in ReceiveIovMaxUdp_SuccessOrMessageSize()
[all …]
H A DSocketOptionNameTest.cs240 Assert.ThrowsAny<Exception>(() => client.Connect(server.LocalEndPoint)); in FailedConnect_GetSocketOption_SocketOptionNameError()
289 localPort = (receiveSocket.LocalEndPoint as IPEndPoint).Port; in CreateBoundUdpSocket()
304 localPort = (receiveSocket.LocalEndPoint as IPEndPoint).Port; in CreateBoundUdpIPv6Socket()
344 Assert.ThrowsAny<SocketException>(() => b.Bind(a.LocalEndPoint));
348 b.Bind(a.LocalEndPoint);
411 port = (a.LocalEndPoint as IPEndPoint).Port; in BindDuringTcpWait_Succeeds()
440 int port = (a.LocalEndPoint as IPEndPoint).Port; in ExclusiveAddressUseTcp()
H A DSocketAsyncEventArgsTest.cs81 … client.ConnectAsync(new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port))); in Dispose_WhileInUse_DisposeDelayed()
117 … client.ConnectAsync(new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port))); in ExecutionContext_FlowsIfNotSuppressed()
288 … client.ConnectAsync(new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port))); in Completed_RegisterThenInvoked_UnregisterThenNotInvoked()
334 …tSaea.RemoteEndPoint = new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port); in CancelConnectAsync_InstanceConnect_CancelsInProgressConnect()
359 …tSaea.RemoteEndPoint = new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port); in CancelConnectAsync_StaticConnect_CancelsInProgressConnect()
385 … client.ConnectAsync(new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port))); in ReuseSocketAsyncEventArgs_SameInstance_MultipleSockets()
431 … client.ConnectAsync(new IPEndPoint(IPAddress.Loopback, ((IPEndPoint)listen.LocalEndPoint).Port))); in ReuseSocketAsyncEventArgs_MutateBufferList()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DDccChat.cs73 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in DccChat()
74 … "DCC CHAT chat " + HostToDccInt(externalIpAdress).ToString() + " " + LocalEndPoint.Port, priority… in DccChat()
161 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in AcceptRequest()
162 …st, User, "DCC CHAT chat " + HostToDccInt(ExternalIPAdress).ToString() + " " + LocalEndPoint.Port); in AcceptRequest()
H A DDccSend.cs72 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in DccSend()
73 … filename + "\" " + HostToDccInt(externalIpAdress).ToString() + " " + LocalEndPoint.Port + " " + f… in DccSend()
194 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in AcceptRequest()
195 …_Filename + "\" " + HostToDccInt(ExternalIPAdress).ToString() + " " + LocalEndPoint.Port + " " + _… in AcceptRequest()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcFeatures/
H A DDccChat.cs73 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in DccChat()
74 … "DCC CHAT chat " + HostToDccInt(externalIpAdress).ToString() + " " + LocalEndPoint.Port, priority… in DccChat()
161 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in AcceptRequest()
162 …st, User, "DCC CHAT chat " + HostToDccInt(ExternalIPAdress).ToString() + " " + LocalEndPoint.Port); in AcceptRequest()
H A DDccSend.cs72 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in DccSend()
73 … filename + "\" " + HostToDccInt(externalIpAdress).ToString() + " " + LocalEndPoint.Port + " " + f… in DccSend()
194 LocalEndPoint = (IPEndPoint)DccServer.LocalEndpoint; in AcceptRequest()
195 …_Filename + "\" " + HostToDccInt(ExternalIPAdress).ToString() + " " + LocalEndPoint.Port + " " + _… in AcceptRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPGlobalProperties.cs445 ret.Add (tab4 [i].LocalEndPoint); in GetActiveTcpListeners()
448 ret.Add (tab6 [i].LocalEndPoint); in GetActiveTcpListeners()
469 list.Add (row.LocalEndPoint); in GetActiveUdpListeners()
487 list.Add (row.LocalEndPoint); in GetActiveUdpListeners()
635 public IPEndPoint LocalEndPoint { property in System.Net.NetworkInformation.Win32IPGlobalProperties.Win32_MIB_TCPROW
644 get { return new SystemTcpConnectionInformation (LocalEndPoint, RemoteEndPoint, State); }
659 public IPEndPoint LocalEndPoint { property in System.Net.NetworkInformation.Win32IPGlobalProperties.Win32_MIB_TCP6ROW
668 get { return new SystemTcpConnectionInformation (LocalEndPoint, RemoteEndPoint, State); }
678 public IPEndPoint LocalEndPoint { property in System.Net.NetworkInformation.Win32IPGlobalProperties.Win32_MIB_UDPROW
690 public IPEndPoint LocalEndPoint { property in System.Net.NetworkInformation.Win32IPGlobalProperties.Win32_MIB_UDP6ROW
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxIPGlobalProperties.cs28 byte[] localBytes = new byte[nativeInfo.LocalEndPoint.NumAddressBytes]; in GetActiveTcpConnections()
31 …Buffer.MemoryCopy(nativeInfo.LocalEndPoint.AddressBytes, localBytesPtr, localBytes.Length, localBy… in GetActiveTcpConnections()
34 … IPEndPoint local = new IPEndPoint(localIPAddress, (int)nativeInfo.LocalEndPoint.Port); in GetActiveTcpConnections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpListenerRequest.cs222 host, LocalEndPoint.Port); in FinishInitialization()
456 get { return LocalEndPoint.Address.Equals (RemoteEndPoint.Address); }
486 public IPEndPoint LocalEndPoint { property in System.Net.HttpListenerRequest
487 get { return context.Connection.LocalEndPoint; }
524 get { return LocalEndPoint.ToString (); }
/dports/devel/thrift-cpp/thrift-0.14.0/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
H A DTTlsServerSocketTransport.cs93 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
95 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
H A DTTlsServerSocketTransport.cs93 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
95 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/devel/py-thrift/thrift-0.14.0/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/devel/thrift/thrift-0.14.0/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/devel/node-thrift/thrift-0.14.0/lib/netstd/Thrift/Transport/Server/
H A DTServerSocketTransport.cs66 … if ((_server != null) && (_server.Server != null) && (_server.Server.LocalEndPoint != null)) in GetPort()
68 if (_server.Server.LocalEndPoint is IPEndPoint server) in GetPort()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DManagedHandlerTest.cs136 var ep = (IPEndPoint)listener.LocalEndPoint; in SendBytesBackAndForthBetweenClientAndServer_Success()
273 var ep = (IPEndPoint)listener.LocalEndPoint; in MultipleIterativeRequests_SameConnectionReused()
312 var ep = (IPEndPoint)listener.LocalEndPoint; in ServerDisconnectsAfterInitialRequest_SubsequentRequestUsesDifferentConnection()
351 var ep = (IPEndPoint)listener.LocalEndPoint; in ServerSendsConnectionClose_SubsequentRequestUsesDifferentConnection()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_wait_for.ps184 …onnections = $conn_info.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Port -eq $port… in Get-PortConnections()
86 …o.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Address -eq $hostname -and $_.LocalE… in Get-PortConnections()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_wait_for.ps184 …onnections = $conn_info.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Port -eq $port… in Get-PortConnections()
86 …o.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Address -eq $hostname -and $_.LocalE… in Get-PortConnections()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_wait_for.ps184 …onnections = $conn_info.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Port -eq $port… in Get-PortConnections()
86 …o.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Address -eq $hostname -and $_.LocalE… in Get-PortConnections()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/modules/
H A Dwin_wait_for.ps184 …onnections = $conn_info.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Port -eq $port… in Get-PortConnections()
86 …o.GetActiveTcpConnections() | Where-Object { $_.LocalEndPoint.Address -eq $hostname -and $_.LocalE… in Get-PortConnections()

123456