3 implementations of IProvideChannelBuilderSettings
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
26
class MexServiceChannelBuilder : IProxyCreator,
IProvideChannelBuilderSettings
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
21
class TypedServiceChannelBuilder : IProxyCreator,
IProvideChannelBuilderSettings
, ICreateServiceChannel
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
26
internal class WsdlServiceChannelBuilder : IProxyCreator,
IProvideChannelBuilderSettings
23 references to IProvideChannelBuilderSettings
System.ServiceModel (23)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (3)
24
protected
IProvideChannelBuilderSettings
channelBuilderSettings;
25
internal ChannelCredentials(
IProvideChannelBuilderSettings
channelBuilderSettings)
29
internal static ComProxy Create(IntPtr outer,
IProvideChannelBuilderSettings
channelBuilderSettings)
System\ServiceModel\ComIntegration\ChannelOptions.cs (3)
14
protected
IProvideChannelBuilderSettings
channelBuilderSettings;
16
internal ChannelOptions(
IProvideChannelBuilderSettings
channelBuilderSettings)
20
internal static ComProxy Create(IntPtr outer,
IProvideChannelBuilderSettings
channelBuilderSettings)
System\ServiceModel\ComIntegration\DispatchProxy.cs (3)
18
IProvideChannelBuilderSettings
channelBuilderSettings;
23
private DispatchProxy(ContractDescription contract,
IProvideChannelBuilderSettings
channelBuilderSettings)
40
internal static ComProxy Create(IntPtr outer, ContractDescription contract,
IProvideChannelBuilderSettings
channelBuilderSettings)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (4)
41
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadWrite
52
ServiceChannel
IProvideChannelBuilderSettings
.ServiceChannel
59
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadOnly
69
KeyedByTypeCollection<IEndpointBehavior>
IProvideChannelBuilderSettings
.Behaviors
System\ServiceModel\ComIntegration\ProxyManager.cs (2)
63
return ChannelOptions.Create(outerProxy, proxyCreator as
IProvideChannelBuilderSettings
);
65
return ChannelCredentials.Create(outerProxy, proxyCreator as
IProvideChannelBuilderSettings
);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (4)
51
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadWrite
61
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadOnly
70
KeyedByTypeCollection<IEndpointBehavior>
IProvideChannelBuilderSettings
.Behaviors
81
ServiceChannel
IProvideChannelBuilderSettings
.ServiceChannel
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (4)
39
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadWrite
50
ServiceChannel
IProvideChannelBuilderSettings
.ServiceChannel
57
ServiceChannelFactory
IProvideChannelBuilderSettings
.ServiceChannelFactoryReadOnly
67
KeyedByTypeCollection<IEndpointBehavior>
IProvideChannelBuilderSettings
.Behaviors