Click or drag to resize

SecureServiceHostFactoryServiceBehaviors Property

Gets or sets the list of service behaviors added to the services created

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public List<IServiceBehavior> ServiceBehaviors { get; set; }
View Source

Property Value

ListIServiceBehavior
See Also