20 references to BindingParameters
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (1)
23
_bindingParameters = context.
BindingParameters
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
55
context.
BindingParameters
.FindAll<StreamUpgradeBindingElement>();
64
context.
BindingParameters
.Remove<StreamUpgradeBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
104
_channelCredentials = context.
BindingParameters
.Find<SecurityCredentialsManager>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
29
ClientCredentials credentials = context.
BindingParameters
.Find<ClientCredentials>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
437
Contract.Assert(context.
BindingParameters
!= null);
438
if (context.
BindingParameters
.Find<MessageEncodingBindingElement>() == null)
440
context.
BindingParameters
.Add(new TextMessageEncodingBindingElement());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElement.cs (2)
33
context.
BindingParameters
.Add(this);
44
context.
BindingParameters
.Add(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (2)
91
context.
BindingParameters
.Add(this);
102
context.
BindingParameters
.Add(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
61
SecurityCredentialsManager credentialProvider = context.
BindingParameters
.Find<SecurityCredentialsManager>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
203
context.
BindingParameters
.Find<Dictionary<DirectionalAction, TransactionFlowOption>>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
109
Collection<BindingElement> bindingElements = context.
BindingParameters
.FindAll<BindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (2)
32
= context.
BindingParameters
.FindAll<MessageEncodingBindingElement>();
41
context.
BindingParameters
.Remove<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
56
context.
BindingParameters
.Add(this);
67
context.
BindingParameters
.Add(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
48
SecurityCredentialsManager credentialProvider = context.
BindingParameters
.Find<SecurityCredentialsManager>();