Click or drag to resize

SecureDataServiceHostFactory(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<IEndpointBehavior> behaviors
)
View Source

Parameters

behaviors  ListIEndpointBehavior
A collection of endpoint behaviors that will be applied to newly created endpoints.
See Also