Click or drag to resize

SecureDataServiceHostFactoryServiceBehaviors Property

Gets or sets the list of IServiceBehavior applied to the service.

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
Exceptions
ExceptionCondition
ArgumentNullExceptionAssigned value cannot be null
See Also