SLRequest.Create Method
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.
Overloads
Create(NSString, SLRequestMethod, NSUrl, NSDictionary) |
Creates a new request object with the specified values. |
Create(SLServiceKind, SLRequestMethod, NSUrl, NSDictionary) |
Creates a new request object with the specified values. |
Create(NSString, SLRequestMethod, NSUrl, NSDictionary)
Creates a new request object with the specified values.
[Foundation.Export("requestForServiceType:requestMethod:URL:parameters:")]
public static Social.SLRequest Create (Foundation.NSString serviceType, Social.SLRequestMethod requestMethod, Foundation.NSUrl url, Foundation.NSDictionary parameters);
static member Create : Foundation.NSString * Social.SLRequestMethod * Foundation.NSUrl * Foundation.NSDictionary -> Social.SLRequest
Parameters
- serviceType
- NSString
- requestMethod
- SLRequestMethod
- url
- NSUrl
- parameters
- NSDictionary
HTTP parameters for this request. The actual values are specific to the specific backend.
This parameter can be null
.
Returns
- Attributes
Applies to
Create(SLServiceKind, SLRequestMethod, NSUrl, NSDictionary)
Creates a new request object with the specified values.
public static Social.SLRequest Create (Social.SLServiceKind serviceKind, Social.SLRequestMethod method, Foundation.NSUrl url, Foundation.NSDictionary parameters);
static member Create : Social.SLServiceKind * Social.SLRequestMethod * Foundation.NSUrl * Foundation.NSDictionary -> Social.SLRequest
Parameters
- serviceKind
- SLServiceKind
- method
- SLRequestMethod
- url
- NSUrl
- parameters
- NSDictionary