C# 클래스 GenericRestConnector.APIKeyAuth

상속: AuthBase
파일 보기 프로젝트 열기: websy85/generic-rest-connector

공개 메소드들

메소드 설명
PrepClient ( System client, AuthInfo info, dynamic options ) : System.Net.WebClient
PrepUrl ( string url, AuthInfo info, dynamic options ) : string

메소드 상세

PrepClient() 공개 메소드

public PrepClient ( System client, AuthInfo info, dynamic options ) : System.Net.WebClient
client System
info AuthInfo
options dynamic
리턴 System.Net.WebClient

PrepUrl() 공개 메소드

public PrepUrl ( string url, AuthInfo info, dynamic options ) : string
url string
info AuthInfo
options dynamic
리턴 string