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