SLRequestMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HTTP verb associated with a social service request.
public enum SLRequestMethod
type SLRequestMethod =
- Inheritance
-
SLRequestMethod
Fields
Name | Value | Description |
---|---|---|
Get | 0 | |
Post | 1 | |
Delete | 2 | |
Put | 3 |