2 instantiations of SecurityContractInformationEndpointBehavior
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
1301serverInstance = new SecurityContractInformationEndpointBehavior(false); 1313clientInstance = new SecurityContractInformationEndpointBehavior(true);
7 references to SecurityContractInformationEndpointBehavior
System.ServiceModel (7)
System\ServiceModel\Description\DispatcherBuilder.cs (7)
82SecurityContractInformationEndpointBehavior.ClientInstance.AddBindingParameters(serviceEndpoint, parameters); 612DispatcherBuilder.SecurityContractInformationEndpointBehavior.ServerInstance.AddBindingParameters(endpoint, parameters); 726SecurityContractInformationEndpointBehavior.ServerInstance.AddBindingParameters(endpoint, parameters); 1294static SecurityContractInformationEndpointBehavior serverInstance; 1295public static SecurityContractInformationEndpointBehavior ServerInstance 1306static SecurityContractInformationEndpointBehavior clientInstance; 1307public static SecurityContractInformationEndpointBehavior ClientInstance