1 write to messageDispatcher
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
63
this.
messageDispatcher
= value;
3 references to messageDispatcher
System.ServiceModel (3)
System\ServiceModel\Channels\PeerDuplexChannel.cs (3)
58
return this.
messageDispatcher
;
154
if (this.
messageDispatcher
!= null)
155
this.
messageDispatcher
.Unregister(false);