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