C# Class Videos.SapoServices.Utils.EnsureCredentialsUseContext

Inheritance: IDisposable
显示文件 Open project: sapo/sapo-services-sdk Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EnsureCredentialsUseContext ( string username, string password, string accessKey, IContextChannel channel ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnsureCredentialsUseContext() public method

public EnsureCredentialsUseContext ( string username, string password, string accessKey, IContextChannel channel ) : System
username string
password string
accessKey string
channel IContextChannel
return System