2 instantiations of SecurityContractInformationEndpointBehavior
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
335s_serverInstance = new SecurityContractInformationEndpointBehavior(false); 347s_clientInstance = new SecurityContractInformationEndpointBehavior(true);
5 references to SecurityContractInformationEndpointBehavior
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\DispatcherBuilder.cs (5)
18SecurityContractInformationEndpointBehavior.ClientInstance.AddBindingParameters(serviceEndpoint, parameters); 328private static SecurityContractInformationEndpointBehavior s_serverInstance; 329public static SecurityContractInformationEndpointBehavior ServerInstance 340private static SecurityContractInformationEndpointBehavior s_clientInstance; 341public static SecurityContractInformationEndpointBehavior ClientInstance