1 instantiation of BindingInformationEndpointBehavior
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1200instance = new BindingInformationEndpointBehavior();
4 references to BindingInformationEndpointBehavior
System.ServiceModel (4)
System\ServiceModel\Description\DispatcherBuilder.cs (4)
853BindingInformationEndpointBehavior.Instance.ApplyDispatchBehavior(endpoint, dispatcher); 1061BindingInformationEndpointBehavior.Instance.ApplyClientBehavior(serviceEndpoint, clientRuntime); 1193static BindingInformationEndpointBehavior instance; 1194public static BindingInformationEndpointBehavior Instance