Method | Description | |
---|---|---|
AddAuthentication ( this request, string apiKey, int academyId ) : void | ||
AddNonBlankParameter ( this request, string key, object value ) : void | ||
AddNonBlankParameter ( this request, string key, string value ) : void | ||
AddNonBlankQueryString ( this request, string key, object value ) : void | ||
AddNonBlankQueryString ( this request, string key, string value ) : void | ||
SetJsonHandler ( this request ) : void |
public static AddAuthentication ( this request, string apiKey, int academyId ) : void | ||
request | this | |
apiKey | string | |
academyId | int | |
return | void |
public static AddNonBlankParameter ( this request, string key, object value ) : void | ||
request | this | |
key | string | |
value | object | |
return | void |
public static AddNonBlankParameter ( this request, string key, string value ) : void | ||
request | this | |
key | string | |
value | string | |
return | void |
public static AddNonBlankQueryString ( this request, string key, object value ) : void | ||
request | this | |
key | string | |
value | object | |
return | void |
public static AddNonBlankQueryString ( this request, string key, string value ) : void | ||
request | this | |
key | string | |
value | string | |
return | void |
public static SetJsonHandler ( this request ) : void | ||
request | this | |
return | void |