Share via


LiveConnectClient.PostAsync methods

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Performs a post of a resource.

Method

Description

PostAsync(String, String) method

Performs an asynchronous post operation for a given path and message request body.

PostAsync(String, String, Object) method

Performs an asynchronous post operation for a given path, body, and user state. [Windows Phone only]

PostAsync(String, String, CancellationToken) method

Performs an asynchronous post operation for a given path, message request body, and cancellation token.

PostAsync(String, IDictionary<String, Object>) method

Performs an asynchronous post operation for a given path and message request body.

PostAsync(String, IDictionary<String, Object>, Object) method

Performs an asynchronous post operation for a given path, body, and user state. [Windows Phone only]

PostAsync(String, IDictionary<String, Object>, CancellationToken) method

Performs an asynchronous post operation for a given path, message request body, and cancellation token.

Remarks

Note

Before calling these methods, your code must call either the LiveAuthClient.InitializeAsync or LiveAuthClient.LoginAsync method with, at minimum, the corresponding necessary scopes for [downloading | uploading | copying | deleting | reading | moving | creating | updating] the corresponding [data | files | file]. If you don't, the call to these methods may fail.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveConnectClient