C# 클래스 Foretagsplatsen.Api2.BasicAuthenticationRestClient

Basic Authentication client to sign and execute REST requests.
상속: RestClientBase
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
BasicAuthenticationRestClient ( string username, string password, string baseUrl ) : System
CreateLoginRequest ( LoginParameters loginParameters ) : HttpWebRequest
CreateRequest ( string httpMethod, string url, object arguments ) : HttpWebRequest

메소드 상세

BasicAuthenticationRestClient() 공개 메소드

public BasicAuthenticationRestClient ( string username, string password, string baseUrl ) : System
username string
password string
baseUrl string
리턴 System

CreateLoginRequest() 공개 메소드

public CreateLoginRequest ( LoginParameters loginParameters ) : HttpWebRequest
loginParameters LoginParameters
리턴 System.Net.HttpWebRequest

CreateRequest() 공개 메소드

public CreateRequest ( string httpMethod, string url, object arguments ) : HttpWebRequest
httpMethod string
url string
arguments object
리턴 System.Net.HttpWebRequest