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