1 write to sessionReader
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
588
this.
sessionReader
= new ServerSessionConnectionReader(this);
3 references to sessionReader
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
374
if (this.
sessionReader
!= null)
378
localConnection = this.
sessionReader
.GetRawConnection();
589
base.SetMessageSource(this.
sessionReader
);