1 implementation of IServiceChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
22
sealed class ServiceChannel : CommunicationObject, IChannel, IClientChannel, IDuplexContextChannel, IOutputChannel, IRequestChannel,
IServiceChannel
1 reference to IServiceChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
458
if (t.IsAssignableFrom(typeof(
IServiceChannel
)))