C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.CloudMediaContext

Describes the context from which all entities in the Microsoft WindowsAzure Media Services platform can be accessed.
상속: MediaContextBase
파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services 1 사용 예제들

공개 메소드들

메소드 설명
CloudMediaContext ( ITokenProvider tokenProvider ) : System

Initializes a new instance of the CloudMediaContext class.

CloudMediaContext ( Uri apiServer, ITokenProvider tokenProvider ) : System

Initializes a new instance of the CloudMediaContext class.

비공개 메소드들

메소드 설명
CloudMediaContext ( Uri apiServer, string accountName, string accountKey ) : System
CloudMediaContext ( Uri apiServer, string accountName, string accountKey, string scope, string acsBaseAddress ) : System
CloudMediaContext ( string accountName, string accountKey ) : System

메소드 상세

CloudMediaContext() 공개 메소드

Initializes a new instance of the CloudMediaContext class.
public CloudMediaContext ( ITokenProvider tokenProvider ) : System
tokenProvider ITokenProvider A token provider for authorization tokens
리턴 System

CloudMediaContext() 공개 메소드

Initializes a new instance of the CloudMediaContext class.
public CloudMediaContext ( Uri apiServer, ITokenProvider tokenProvider ) : System
apiServer System.Uri A representing the API endpoint.
tokenProvider ITokenProvider A token provider for authorization tokens.
리턴 System