20 references to IOutputSessionChannel
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (6)
114
typeof(
IOutputSessionChannel
),
123
typeof(
IOutputSessionChannel
),
167
typeof(
IOutputSessionChannel
),
177
typeof(
IOutputSessionChannel
),
196
channelType == typeof(
IOutputSessionChannel
) ||
207
channelType == typeof(
IOutputSessionChannel
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
133
|| typeof(TChannel) == typeof(
IOutputSessionChannel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (12)
154
if (type == typeof(
IOutputSessionChannel
) && customBinding.CanBuildChannelFactory<
IOutputSessionChannel
>(parameters))
156
return new ServiceChannelFactoryOverOutputSession(customBinding.BuildChannelFactory<
IOutputSessionChannel
>(parameters), clientRuntime, binding, false);
180
if (type == typeof(IOutputChannel) && customBinding.CanBuildChannelFactory<
IOutputSessionChannel
>(parameters))
182
return new ServiceChannelFactoryOverOutputSession(customBinding.BuildChannelFactory<
IOutputSessionChannel
>(parameters), clientRuntime, binding, true);
213
if (customBinding.CanBuildChannelFactory<
IOutputSessionChannel
>(parameters))
215
supportedChannels.Add(typeof(
IOutputSessionChannel
), 0);
539
internal class ServiceChannelFactoryOverOutputSession : TypedServiceChannelFactory<
IOutputSessionChannel
>
542
public ServiceChannelFactoryOverOutputSession(IChannelFactory<
IOutputSessionChannel
> innerChannelFactory, ClientRuntime clientRuntime, Binding binding, bool datagramAdapter)
561
|| typeof(TChannel) == typeof(
IOutputSessionChannel
)
587
|| typeof(TChannel) == typeof(
IOutputSessionChannel
)
616
|| typeof(TChannel) == typeof(
IOutputSessionChannel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
190
|| typeof(TChannel) == typeof(
IOutputSessionChannel
)