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