 | IOperationPolicy Interface |
Represents a policy on the specified service. Policies can be used to authenticate
users, etc.
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntaxpublic interface IOperationPolicy
Public Interface IOperationPolicy
public interface class IOperationPolicy
type IOperationPolicy = interface end
The IOperationPolicy type exposes the following members.
Methods
| Name | Description |
---|
 | Apply |
Apply the policy to the request
|
Top
See Also