Share via


SLRequest.Create Method

Definition

Overloads

Name Description
Create(NSString, SLRequestMethod, NSUrl, NSDictionary)
Create(SLServiceKind, SLRequestMethod, NSUrl, NSDictionary)

Creates a new request object with the specified values.

Create(NSString, SLRequestMethod, NSUrl, NSDictionary)

[Foundation.Export("requestForServiceType:requestMethod:URL:parameters:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Social.SLRequest Create(Foundation.NSString serviceType, Social.SLRequestMethod requestMethod, Foundation.NSUrl url, Foundation.NSDictionary? parameters);
[<Foundation.Export("requestForServiceType:requestMethod:URL:parameters:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSString * Social.SLRequestMethod * Foundation.NSUrl * Foundation.NSDictionary -> Social.SLRequest

Parameters

serviceType
NSString
requestMethod
SLRequestMethod
url
NSUrl
parameters
NSDictionary

Returns

Attributes

Applies to

Create(SLServiceKind, SLRequestMethod, NSUrl, NSDictionary)

Creates a new request object with the specified values.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Social.SLRequest Create(Social.SLServiceKind serviceKind, Social.SLRequestMethod method, Foundation.NSUrl url, Foundation.NSDictionary? parameters);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Social.SLServiceKind * Social.SLRequestMethod * Foundation.NSUrl * Foundation.NSDictionary -> Social.SLRequest

Parameters

serviceKind
SLServiceKind
url
NSUrl
parameters
NSDictionary

Returns

Attributes

Applies to