1 write to rawConnection
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
967
this.
rawConnection
= preambleReader.RawConnection;
2 references to rawConnection
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1012
this.connectionDemuxer.ReuseConnection(this.
rawConnection
, timeoutHelper.RemainingTime());
1020
IPEndPoint remoteEndPoint = this.
rawConnection
.RemoteIPEndPoint;