C# 클래스 GenericRestConnector.Authentication

파일 보기 프로젝트 열기: websy85/generic-rest-connector 1 사용 예제들

공개 메소드들

메소드 설명
Authentication ( String authMethod, AuthInfo info, dynamic options ) : System
PrepClient ( WebClient client, AuthInfo info ) : WebClient
PrepUrl ( String url ) : String

메소드 상세

Authentication() 공개 메소드

public Authentication ( String authMethod, AuthInfo info, dynamic options ) : System
authMethod String
info AuthInfo
options dynamic
리턴 System

PrepClient() 공개 메소드

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

PrepUrl() 공개 메소드

public PrepUrl ( String url ) : String
url String
리턴 String