社内用。 続きを読む...
| パブリックメンバー関数 | |
| HttpClient (int apiKey, string apiSecret, string apiUrl="") | |
| 仮想文字列 | 入手する (文字列 url) |
| 仮想文字列 | 入手する (string url, Dictionary< string, string > headers) |
| virtual Task<string> | GetAsync (string url, Dictionary< string, string > headers=null) |
| 仮想文字列 | 投稿 (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| virtual Task<string> | PostAsync (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| 仮想文字列 | 「Put」 (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| virtual async Task<string> | PutAsync (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| 仮想文字列 | パッチ (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| virtual Task<string> | PatchAsync (string url, Dictionary< string, string > headers, Dictionary< string, object > data) |
| 仮想文字列 | 削除 (string url, Dictionary< string, string > headers) |
| virtual Task<string> | DeleteAsync (string url, Dictionary< string, string > headers) |
| ストリング | DoRequest (string url, Dictionary< string, string > specificHeaders, Dictionary< string, object > bodyData) |
| async Task<string> | DoRequestAsync (string url, Dictionary< string, string > specificHeaders, Dictionary< string, object > bodyData) |
| XmlDocument | ReadXmlResponse (文字列 xml) |
| プロパティ | |
| ストリング | CustomUserAgent [get, set] |
| カスタムユーザーエージェントの値。この HttpClient この値が存在する場合、初期のユーザーエージェント値にこの値を追加します。 続きを読む... | |
| bool | デバッグ = false [get, set] |
| デバッグログの記録を有効または無効にします 続きを読む... | |
| int? | リクエストタイムアウト [get, set] |
| クライアントから送信される HttpWebRequests のタイムアウト(ミリ秒単位)。 続きを読む... |
詳細な説明
社内用。
物件に関する資料
CustomUserAgent
| --- | 文字列 OpenTokSDK.Util.HttpClient.CustomUserAgent |
カスタムユーザーエージェントの値。この HttpClient この値が存在する場合、初期のユーザーエージェント値にこの値を追加します。
デバッグ
| --- | bool OpenTokSDK.Util.HttpClient.Debug = false |
デバッグログの記録を有効または無効にします
リクエストタイムアウト
| --- | int? OpenTokSDK.Util.HttpClient.RequestTimeout |
クライアントから送信される HttpWebRequests のタイムアウト(ミリ秒単位)。