Home
last modified time | relevance | path

Searched refs:localIPEndpoint (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSocketConnection.cs633 bool TryGetEndpoints(out IPEndPoint localIPEndpoint, out IPEndPoint remoteIPEndpoint) in TryGetEndpoints() argument
635 localIPEndpoint = null; in TryGetEndpoints()
643 localIPEndpoint = (IPEndPoint)this.socket.LocalEndPoint; in TryGetEndpoints()
656 return localIPEndpoint != null && remoteIPEndpoint != null; in TryGetEndpoints()