C# Class Huddle.Clients.Authentication.BasicAuthenticationMechanism

Inheritance: IRequestAuthenticationMechanism
显示文件 Open project: Huddle/Huddle.RestClient

Public Methods

Method Description
GetAuthenticationHeader ( ) : string

Private Methods

Method Description
BasicAuthenticationMechanism ( ApiCall apiCall, string username, string password ) : System

Method Details

GetAuthenticationHeader() public method

public GetAuthenticationHeader ( ) : string
return string