C# 클래스 RusticiSoftware.TinCanAPILibrary.Model.BasicHTTPAuth

상속: IAuthenticationConfiguration
파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp

공개 메소드들

메소드 설명
BasicHTTPAuth ( ) : System

Creates an empty HTTP Auth Object

BasicHTTPAuth ( string username, string password ) : System

Creates an HTTP Auth object with the necessary parameters

GetAuthorization ( ) : string

비공개 메소드들

메소드 설명
GenerateAuthHeader ( ) : void

메소드 상세

BasicHTTPAuth() 공개 메소드

Creates an empty HTTP Auth Object
public BasicHTTPAuth ( ) : System
리턴 System

BasicHTTPAuth() 공개 메소드

Creates an HTTP Auth object with the necessary parameters
public BasicHTTPAuth ( string username, string password ) : System
username string Authentication Username
password string Authentication Password
리턴 System

GetAuthorization() 공개 메소드

public GetAuthorization ( ) : string
리턴 string