Click or drag to resize

SecureDataServiceHostFactoryEndpointBehaviors Property

Gets or sets the list of endpoint behaviors applied to endpoints created for the service.

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

Property Value

ListIEndpointBehavior
See Also