6 overrides of CanCreateChannel
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
510
public override bool
CanCreateChannel
<TChannel>()
529
public override bool
CanCreateChannel
<TChannel>()
549
public override bool
CanCreateChannel
<TChannel>()
583
public override bool
CanCreateChannel
<TChannel>()
607
public override bool
CanCreateChannel
<TChannel>()
646
public override bool
CanCreateChannel
<TChannel>()
2 references to CanCreateChannel
System.ServiceModel (2)
System\ServiceModel\ChannelFactory.cs (1)
821
return this.ServiceChannelFactory.
CanCreateChannel
<UChannel>();
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
350
if (!this.
CanCreateChannel
<TChannel>())