3 implementations of Behaviors
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
69
KeyedByTypeCollection<IEndpointBehavior> IProvideChannelBuilderSettings.
Behaviors
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
70
KeyedByTypeCollection<IEndpointBehavior> IProvideChannelBuilderSettings.
Behaviors
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
67
KeyedByTypeCollection<IEndpointBehavior> IProvideChannelBuilderSettings.
Behaviors
8 references to Behaviors
System.ServiceModel (8)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (8)
61
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
92
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
115
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
135
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
156
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
185
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
205
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;
234
KeyedByTypeCollection<IEndpointBehavior> behaviors = channelBuilderSettings.
Behaviors
;