1 instantiation of ChannelRequirements
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (1)
23
requirements = new
ChannelRequirements
();
18 references to ChannelRequirements
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (14)
21
out
ChannelRequirements
requirements)
60
public static Type[] ComputeRequiredChannels(ref
ChannelRequirements
requirements)
229
Exception exception =
ChannelRequirements
.BindingContractMismatchException(supportedChannels, requiredChannels, bindingName,
247
Exception exception =
ChannelRequirements
.BindingContractMismatchException(supportedChannels, requiredChannels, bindingName,
279
if (!
ChannelRequirements
.IsOneWay(channelType))
283
if (!
ChannelRequirements
.IsRequestReply(channelType))
287
if (!
ChannelRequirements
.IsDuplex(channelType))
291
if (!(
ChannelRequirements
.IsRequestReply(channelType) ||
ChannelRequirements
.IsDuplex(channelType)))
295
if (!
ChannelRequirements
.IsSessionful(channelType))
323
if (
ChannelRequirements
.IsOneWay(channelType))
327
if (
ChannelRequirements
.IsRequestReply(channelType))
331
if (
ChannelRequirements
.IsDuplex(channelType))
335
if (
ChannelRequirements
.IsSessionful(channelType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (4)
115
ChannelRequirements
requirements;
117
ChannelRequirements
.ComputeContractRequirements(contractDescription, out requirements);
123
Type[] requiredChannels =
ChannelRequirements
.ComputeRequiredChannels(ref requirements);
226
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
ChannelRequirements
.CantCreateChannelException(