| Class | Description |
|---|---|
| HttpVerbInterceptor |
Restricts the routing to matching HTTP verbs.
|
| Annotation Type | Description |
|---|---|
| DELETE |
Restricts a
WebMethod to a specific HTTP method 'DELETE'. |
| GET |
Restricts a
WebMethod to a specific HTTP method 'GET'. |
| POST |
Restricts a
WebMethod to a specific HTTP method 'POST'. |
| PUT |
Restricts a
WebMethod to a specific HTTP method 'PUT'. |
Copyright © 2016. All rights reserved.