Click or drag to resize

SecureServiceHostFactory(String, String, ListIEndpointBehavior, ListIServiceBehavior) Constructor

Initializes a new instance of the SecureServiceHostFactory class.

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

Parameters

protocol  String
Protocol used by the service.
address  String
Address of the service.
endpointBehaviors  ListIEndpointBehavior
Endpoint behaviors to be added to the created service.
serviceBehaviors  ListIServiceBehavior
Service behaviors to be added to the created service.
See Also