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