1 write to duplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
62protected set { this.duplexSession = value; }
1 reference to duplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
61get { return this.duplexSession; }