1 write to isReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
72
this.
isReplyChannel
= this.binder.Channel is IReplyChannel;
1 reference to isReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
280
get { return this.
isReplyChannel
; }