2 instantiations of SecurityContractInformationEndpointBehavior
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
336s_serverInstance = new SecurityContractInformationEndpointBehavior(false); 348s_clientInstance = new SecurityContractInformationEndpointBehavior(true);
5 references to SecurityContractInformationEndpointBehavior
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (5)
17SecurityContractInformationEndpointBehavior.ClientInstance.AddBindingParameters(serviceEndpoint, parameters); 329private static SecurityContractInformationEndpointBehavior s_serverInstance; 330public static SecurityContractInformationEndpointBehavior ServerInstance 341private static SecurityContractInformationEndpointBehavior s_clientInstance; 342public static SecurityContractInformationEndpointBehavior ClientInstance