RestSrvr.Attributes Namespace |
| Class | Description | |
|---|---|---|
| DeleteAttribute |
Represents a contract can be invoked with DELETE
| |
| GetAttribute |
Identifies the GET operation can be used to invoke a method
| |
| MessageFormatAttribute |
Message formatting attribute
| |
| PostAttribute |
Indicates POST can be used to access a contract
| |
| PutAttribute |
Represents a method can be invoked with PUT
| |
| RestInvokeAttribute |
Indicates that a particular operation can be invoked using HTTP
| |
| ServiceBehaviorAttribute |
Represents a rest service behavior
| |
| ServiceConsumesAttribute |
Represents a MIME encoding that a particular service understands for consumption
| |
| ServiceContentTypeAttribute |
Base for content type attributes
| |
| ServiceContractAttribute |
Represents a REST contract
| |
| ServiceFaultAttribute |
Represents a service fault attribute
| |
| ServiceKnownResourceAttribute |
Indicates a known rest resource on the rest service
| |
| ServiceProducesAttribute |
Represents a MIME encoding that a particular service understands for consumption
| |
| UrlParameterAttribute |
A single query parameter which is exposed by the method
|
| Enumeration | Description | |
|---|---|---|
| MessageFormatType |
Message format
| |
| ServiceInstanceMode |
Service instance mode
|