Click or drag to resize

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
Syntax
public interface IOperationPolicy

The IOperationPolicy type exposes the following members.

Methods
  NameDescription
Public methodApply
Apply the policy to the request
Top
See Also