Click or drag to resize

ServiceEndpointBehaviors Property

Gets the endpoint behaviors

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax
public IEnumerable<IEndpointBehavior> Behaviors { get; }

Property Value

Type: IEnumerableIEndpointBehavior
See Also