| IServicePolicy 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
Syntax public interface IServicePolicy
Public Interface IServicePolicy
public interface class IServicePolicy
type IServicePolicy = interface end
The IServicePolicy type exposes the following members.
Methods
| Name | Description |
---|
| Apply |
Apply the policy to the request
|
TopSee Also