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