6 references to IsClient
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
215if (IsClient) 306if (IsClient) 589if (IsClient && (localAddress != null) && !localAddress.IsAnonymous) 836if (IsClient) 1151if (_autoClose && !IsClient)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
900else if (_channel != null && _channel.IsClient)