|
SecureServiceHostFactory(String, String, ListIEndpointBehavior, ListIServiceBehavior) Constructor
|
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntaxpublic SecureServiceHostFactory(
string protocol,
string address,
List<IEndpointBehavior> endpointBehaviors,
List<IServiceBehavior> serviceBehaviors
)
Public Sub New (
protocol As String,
address As String,
endpointBehaviors As List(Of IEndpointBehavior),
serviceBehaviors As List(Of IServiceBehavior)
)
public:
SecureServiceHostFactory(
String^ protocol,
String^ address,
List<IEndpointBehavior^>^ endpointBehaviors,
List<IServiceBehavior^>^ serviceBehaviors
)
new :
protocol : string *
address : string *
endpointBehaviors : List<IEndpointBehavior> *
serviceBehaviors : List<IServiceBehavior> -> SecureServiceHostFactory
GSF.ServiceModel.Activation.SecureServiceHostFactory = function(protocol, address, endpointBehaviors, serviceBehaviors);
View SourceParameters
- 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