3 types derived from Binding
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\NetNamedPipeBinding.cs (1)
13
public class NetNamedPipeBinding :
Binding
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1420
public partial class CustomBinding : System.ServiceModel.Channels.
Binding
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\UnixDomainSocketBinding.cs (1)
10
public class UnixDomainSocketBinding :
Binding
56 references to Binding
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
65
public static
Binding
CreateMtomClientBinding()
Client.TypedClient.IntegrationTests (3)
TypedProxyTests.4.0.0.cs (3)
448
private static void ServiceContract_TypedProxy_AsyncBeginEnd_Call_TestImpl(
Binding
binding, string endpoint, string testName)
495
private static void ServiceContract_TypedProxy_AsyncBeginEnd_Call_WithNoCallback_TestImpl(
Binding
binding, string endpoint, string testName)
536
private static void ServiceContract_TypedProxy_AsyncTask_Call_TestImpl(
Binding
binding, string endpoint, string testName)
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
66
Binding
binding = null;
Encoding.Encoders.IntegrationTests (2)
TextEncodingTests.4.1.0.cs (2)
21
Binding
binding = null;
54
Binding
binding = null;
ScenarioTests.Common.Tests (6)
ScenarioTestHelpers.cs (2)
59
public static bool RunBasicEchoTest(
Binding
binding, string address, string variation, Action<ChannelFactory> factorySettings = null)
96
public static bool RunComplexEchoTest(
Binding
binding, string address, string variation, StringBuilder errorBuilder, Action<ChannelFactory> factorySettings = null)
ScenarioTestTypes.cs (4)
821
public MyClientBase(
Binding
binding, EndpointAddress endpointAddress)
835
public MyClientBase(
Binding
binding, EndpointAddress endpointAddress)
849
public MyClientBaseWithChannelBase(
Binding
binding, EndpointAddress endpointAddress)
913
public MyDuplexClientBase(InstanceContext callbackInstance,
Binding
binding, EndpointAddress endpointAddress)
System.ServiceModel (1)
netstandard.cs (1)
33
[assembly: TypeForwardedTo(typeof(
Binding
))]
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (3)
28
/// Initializes a new instance of a <see cref="WSTrustChannelFactory" /> specifying the <see cref="
Binding
"/> and <see cref="EndpointAddress"/>.
30
/// <param name="binding">The <see cref="
Binding
" /> used by channels created by the factory.</param>
32
public WSTrustChannelFactory(
Binding
binding, EndpointAddress endpointAddress)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
332
internal
Binding
IssuerBinding
System\ServiceModel\Federation\WsTrustTokenParameters.cs (2)
181
public static WSTrustTokenParameters CreateWSFederationTokenParameters(
Binding
issuerBinding, EndpointAddress issuerAddress)
196
public static WSTrustTokenParameters CreateWS2007FederationTokenParameters(
Binding
issuerBinding, EndpointAddress issuerAddress)
System.ServiceModel.Primitives (16)
netstandard.cs (16)
441
protected void InitializeEndpoint(System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress address) { }
456
public ChannelFactory(System.ServiceModel.Channels.
Binding
binding) { }
457
public ChannelFactory(System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress remoteAddress) { }
475
protected ClientBase(System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress remoteAddress) { }
1159
public DuplexChannelFactory(Type callbackInstanceType, System.ServiceModel.Channels.
Binding
binding) : base(default(System.Type)) { }
1160
public DuplexChannelFactory(Type callbackInstanceType, System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress remoteAddress) : base(default(System.Type)) { }
1161
public DuplexChannelFactory(Type callbackInstanceType, System.ServiceModel.Channels.
Binding
binding, string remoteAddress) : base(default(System.Type)) { }
1163
public DuplexChannelFactory(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.
Binding
binding) : base(default(System.Type)) { }
1164
public DuplexChannelFactory(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress remoteAddress) : base(default(System.Type)) { }
1165
public DuplexChannelFactory(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.
Binding
binding, string remoteAddress) : base(default(System.Type)) { }
1174
protected DuplexClientBase(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress remoteAddress) { }
1424
public CustomBinding(System.ServiceModel.Channels.
Binding
binding) { }
2107
public ServiceEndpoint(System.ServiceModel.Description.ContractDescription contract, System.ServiceModel.Channels.
Binding
binding, System.ServiceModel.EndpointAddress address) { }
2109
public System.ServiceModel.Channels.
Binding
Binding { get { return default; } set { } }
2477
public Channels.
Binding
IssuerBinding { get { return default; } set { } }
2504
public System.ServiceModel.Channels.
Binding
IssuerBinding { get { return default; } set { } }
System.ServiceModel.Primitives.Tests (17)
ServiceModel\ClientBaseTest.cs (3)
211
public MyClientBase(
Binding
binding, EndpointAddress endpointAddress)
232
public MyClientBase2(
Binding
binding, EndpointAddress endpointAddress)
245
public MyClientBase3(
Binding
binding, EndpointAddress endpointAddress)
ServiceModel\DuplexChannelFactoryTest.cs (9)
45
Binding
binding = new NetTcpBinding();
57
Binding
binding = new NetTcpBinding();
100
Binding
binding = new BasicHttpBinding(BasicHttpSecurityMode.None);
118
Binding
binding = new NetTcpBinding();
130
Binding
binding = new NetTcpBinding();
144
Binding
binding = new NetTcpBinding();
155
Binding
binding = new NetTcpBinding();
190
Binding
binding = new NetTcpBinding(SecurityMode.None);
201
Binding
binding = new NetHttpBinding(BasicHttpSecurityMode.None);
ServiceModel\DuplexClientBaseTest.cs (5)
19
Binding
binding = new NetTcpBinding();
33
Binding
binding = new NetTcpBinding();
45
Binding
binding = new NetTcpBinding();
62
Binding
binding = new NetTcpBinding();
70
Binding
binding = new NetTcpBinding();
UnitTests.Common (3)
TestHelpers.cs (3)
50
public MyClientBase(
Binding
binding, EndpointAddress endpointAddress)
59
public MyClientBase(
Binding
binding, EndpointAddress endpointAddress)
68
public MyDuplexClientBase(InstanceContext callbackInstance,
Binding
binding, EndpointAddress endpointAddress)