Click or drag to resize

SecureDataServiceHostFactory(ListIServiceBehavior, ListIEndpointBehavior) Constructor

Initializes a new instance of the SecureDataServiceHostFactory class.

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public SecureDataServiceHostFactory(
	List<IServiceBehavior> serviceBehaviors,
	List<IEndpointBehavior> endpointBehaviors
)
View Source

Parameters

serviceBehaviors  ListIServiceBehavior
A collection of service behaviors that will be applied to newly created services.
endpointBehaviors  ListIEndpointBehavior
A collection of endpoint behaviors that will be applied to newly created endpoints.
See Also