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