6 references to IsClient
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ServiceChannel.cs (5)
192if (IsClient) 270if (IsClient) 573if (IsClient && (localAddress != null) && !localAddress.IsAnonymous) 837if (IsClient) 1166if (_autoClose && !IsClient)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
909else if (Channel != null && Channel.IsClient)