| ServiceThrottlingEndpointBehavior Constructor (ServiceThrottlingConfiguration) |
Creates a new CORS endpoint behavior
Namespace:
SanteDB.Rest.Common.Behavior
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public ServiceThrottlingEndpointBehavior(
ServiceThrottlingConfiguration settings
)
Public Sub New (
settings As ServiceThrottlingConfiguration
)
public:
ServiceThrottlingEndpointBehavior(
ServiceThrottlingConfiguration^ settings
)
new :
settings : ServiceThrottlingConfiguration -> ServiceThrottlingEndpointBehavior
Parameters
- settings
- Type: SanteDB.Rest.Common.BehaviorServiceThrottlingConfiguration
[Missing <param name="settings"/> documentation for "M:SanteDB.Rest.Common.Behavior.ServiceThrottlingEndpointBehavior.#ctor(SanteDB.Rest.Common.Behavior.ServiceThrottlingConfiguration)"]
See Also