C# 클래스 ConstructorIO.ConstructorIORequest

파일 보기 프로젝트 열기: Constructor-io/constructorio-csharp 1 사용 예제들

공개 메소드들

메소드 설명
AddParam ( string Key, object Value ) : void
AddParams ( object>.Dictionary ExtraParams ) : void
ConstructorIORequest ( APIRequestType APIRequest, string Method, string Protocol = "https" ) : System
ConstructorIORequest ( string APIPath, string Method, string Protocol = "https" ) : System
this ( string key ) : object

비공개 메소드들

메소드 설명
GetURI ( string APIKey, string Host ) : Uri

메소드 상세

AddParam() 공개 메소드

public AddParam ( string Key, object Value ) : void
Key string
Value object
리턴 void

AddParams() 공개 메소드

public AddParams ( object>.Dictionary ExtraParams ) : void
ExtraParams object>.Dictionary
리턴 void

ConstructorIORequest() 공개 메소드

public ConstructorIORequest ( APIRequestType APIRequest, string Method, string Protocol = "https" ) : System
APIRequest APIRequestType
Method string
Protocol string
리턴 System

ConstructorIORequest() 공개 메소드

public ConstructorIORequest ( string APIPath, string Method, string Protocol = "https" ) : System
APIPath string
Method string
Protocol string
리턴 System

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object