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