Base:
property
RemoteEndPoint
System.ServiceModel.Channels.SocketConnection.RemoteEndPoint
7 references to RemoteEndPoint
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (7)
132
new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData, thisPtr.
RemoteEndPoint
)));
138
string.Format(SRServiceModel.SocketCloseReadTimeout, thisPtr.
RemoteEndPoint
, thisPtr._readFinTimeout),
254
new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData,
RemoteEndPoint
)));
260
string.Format(SRServiceModel.SocketCloseReadTimeout,
RemoteEndPoint
, _readFinTimeout), timeoutException));
298
new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData,
RemoteEndPoint
)));
304
string.Format(SRServiceModel.SocketCloseReadTimeout,
RemoteEndPoint
, _readFinTimeout), timeoutException));
609
IPEndPoint remote =
RemoteEndPoint
;