C# 클래스 biz.dfch.CS.Activiti.Client.RestClient

파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Activiti.Client

공개 메소드들

메소드 설명
Invoke ( String uri ) : String
Invoke ( String uri, Hashtable queryParameters ) : String
Invoke ( String method, String uri, Hashtable queryParameters, Hashtable headers, String body ) : String
RestClient ( ) : System
RestClient ( Uri server ) : System
RestClient ( Uri server, string username, string password ) : System
SetCredential ( String username, String password ) : void
Upload ( string uri, byte image, string name, string filename ) : Task

비공개 메소드들

메소드 설명
Initialise ( Uri server, string username, string password ) : void

메소드 상세

Invoke() 공개 메소드

public Invoke ( String uri ) : String
uri String
리턴 String

Invoke() 공개 메소드

public Invoke ( String uri, Hashtable queryParameters ) : String
uri String
queryParameters System.Collections.Hashtable
리턴 String

Invoke() 공개 메소드

public Invoke ( String method, String uri, Hashtable queryParameters, Hashtable headers, String body ) : String
method String
uri String
queryParameters System.Collections.Hashtable
headers System.Collections.Hashtable
body String
리턴 String

RestClient() 공개 메소드

public RestClient ( ) : System
리턴 System

RestClient() 공개 메소드

public RestClient ( Uri server ) : System
server System.Uri
리턴 System

RestClient() 공개 메소드

public RestClient ( Uri server, string username, string password ) : System
server System.Uri
username string
password string
리턴 System

SetCredential() 공개 메소드

public SetCredential ( String username, String password ) : void
username String
password String
리턴 void

Upload() 공개 메소드

public Upload ( string uri, byte image, string name, string filename ) : Task
uri string
image byte
name string
filename string
리턴 Task