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