C# 클래스 Microsoft.OneDrive.Sdk.OneDriveClient

상속: IDisposable
파일 보기 프로젝트 열기: OneDrive/onedrive-sdk-csharp 1 사용 예제들

공개 메소드들

메소드 설명
ItemWithPath ( string path ) : IItemRequestBuilder

Gets item request builder for the specified item path. The item request builder.

OneDriveClient ( IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph

Instantiates a new OneDriveClient.

OneDriveClient ( string baseUrl, IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph

Instantiates a new OneDriveClient.

메소드 상세

ItemWithPath() 공개 메소드

Gets item request builder for the specified item path. The item request builder.
public ItemWithPath ( string path ) : IItemRequestBuilder
path string
리턴 IItemRequestBuilder

OneDriveClient() 공개 메소드

Instantiates a new OneDriveClient.
public OneDriveClient ( IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph
authenticationProvider IAuthenticationProvider The for authenticating request messages.
httpProvider IHttpProvider The for sending requests.
리턴 Microsoft.Graph

OneDriveClient() 공개 메소드

Instantiates a new OneDriveClient.
public OneDriveClient ( string baseUrl, IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph
baseUrl string The base service URL. For example, "https://api.onedrive.com/v1.0."
authenticationProvider IAuthenticationProvider The for authenticating request messages.
httpProvider IHttpProvider The for sending requests.
리턴 Microsoft.Graph