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