Click or drag to resize

SecureServiceHostFactory(String, String) 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
)
View Source

Parameters

protocol  String
Protocol used by the service.
address  String
Address of the service.
See Also