8 references to IsClient
System.ServiceModel (8)
System\ServiceModel\Channels\ServiceChannel.cs (7)
223if (this.IsClient) 314if (this.IsClient) 630if (this.IsClient && (localAddress != null) && !localAddress.IsAnonymous) 894if (this.IsClient) 1238if (this.autoClose && !this.IsClient) 1412if (this.HasSession && !this.IsClient) 1515if (this.HasSession && !this.IsClient)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1243else if (this.channel != null && this.channel.IsClient)