11 references to Binding
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
184
TransportBindingElement transport = context.
Binding
.Elements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (1)
22
_binding = new CustomBinding(context.
Binding
, context.RemainingBindingElements);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
473
Contract.Assert(context.
Binding
!= null);
474
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("TChannel", string.Format(SRServiceModel.CouldnTCreateChannelForChannelType2, context.
Binding
.Name, typeof(TChannel)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
70
context.
Binding
,
73
context.
Binding
.Scheme,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
166
MessageEncodingBindingElement encoding = context.
Binding
.Elements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
145
MessageEncodingBindingElement messageEncoderBindingElement = context.
Binding
.Elements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
25
: base(context.
Binding
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
38
: base(context.
Binding
)
44
_scheme = context.
Binding
.Scheme;