C# Class Microsoft.OneDrive.Sdk.ItemCreateSessionRequest

The type ItemCreateSessionRequest.
Inheritance: BaseRequest, IItemCreateSessionRequest
ファイルを表示 Open project: OneDrive/onedrive-sdk-csharp Class Usage Examples

Public Methods

Method Description
Expand ( string value ) : IItemCreateSessionRequest

Adds the specified expand value to the request.

ItemCreateSessionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System

Constructs a new ItemCreateSessionRequest.

PostAsync ( ) : System.Threading.Tasks.Task

Issues the POST request.

PostAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Issues the POST request.

Select ( string value ) : IItemCreateSessionRequest

Adds the specified select value to the request.

Method Details

Expand() public method

Adds the specified expand value to the request.
public Expand ( string value ) : IItemCreateSessionRequest
value string The expand value.
return IItemCreateSessionRequest

ItemCreateSessionRequest() public method

Constructs a new ItemCreateSessionRequest.
public ItemCreateSessionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System
requestUrl string
client IBaseClient
options IEnumerable
return System

PostAsync() public method

Issues the POST request.
public PostAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PostAsync() public method

Issues the POST request.
public PostAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken System.Threading.CancellationToken The for the request.
return System.Threading.Tasks.Task

Select() public method

Adds the specified select value to the request.
public Select ( string value ) : IItemCreateSessionRequest
value string The select value.
return IItemCreateSessionRequest