1 write to rawConnection
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
362
this.
rawConnection
= preambleReader.RawConnection;
2 references to rawConnection
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
991
: base(channel.Connection, channel.
rawConnection
, channel.offset, channel.size, channel.RemoteSecurity)
998
this.rawConnection = channel.
rawConnection
;