C# Класс Microsoft.WindowsAzure.MediaServices.Client.CloudMediaContext

Describes the context from which all entities in the Microsoft WindowsAzure Media Services platform can be accessed.
Наследование: MediaContextBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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