SLRequest.Create Method

Definition

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
url
NSUrl
parameters
NSDictionary

Returns

Applies to