3 overrides of IsClient
System.ServiceModel (3)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
44protected override bool IsClient
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
27protected override bool IsClient
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
32protected override bool IsClient
2 references to IsClient
System.ServiceModel (2)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
76ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(callback, message, this.IsClient); 126ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, this.channel.IsClient);