4 implementations of RemoteIPEndPoint
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
90
public IPEndPoint
RemoteIPEndPoint
612
public IPEndPoint
RemoteIPEndPoint
System\ServiceModel\Channels\PipeConnection.cs (1)
140
public IPEndPoint
RemoteIPEndPoint
System\ServiceModel\Channels\SocketConnection.cs (1)
142
public IPEndPoint
RemoteIPEndPoint
3 references to RemoteIPEndPoint
System.ServiceModel (3)
System\ServiceModel\Channels\Connection.cs (1)
92
get { return connection.
RemoteIPEndPoint
; }
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1089
IPEndPoint remoteEndPoint = this.rawConnection.
RemoteIPEndPoint
;
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1020
IPEndPoint remoteEndPoint = this.rawConnection.
RemoteIPEndPoint
;