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