- b3Get
bool b3Get(string url, string[string] in_headers, string[string] out_headers, string result)
Undocumented in source. Be warned that the author may not have intended to support it.
- b3Get
bool b3Get(string url, string result, string[string] in_headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- b3Post
bool b3Post(string url, string text, string result, string content_type, string[string] in_headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- b3Post
bool b3Post(string url, string text, string content_type, string[string] in_headers, string result, string[string] out_headers)
Undocumented in source. Be warned that the author may not have intended to support it.