| NbApiGateway Class |
Namespace: Nec.Nebula
The NbApiGateway type exposes the following members.
| Name | Description | |
|---|---|---|
| NbApiGateway |
コンストラクタ
|
| Name | Description | |
|---|---|---|
| ApiName |
API名
| |
| ContentType |
Content-Type
| |
| Headers |
ヘッダ
| |
| Method |
HttpMethod
| |
| QueryParams |
クエリパラメータ
| |
| SubPath |
サブパス
|
| Name | Description | |
|---|---|---|
| ClearHeaders |
HTTPヘッダの全てを削除する。
| |
| ClearQueryParameters |
クエリパラメータの全てを削除する。
| |
| Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) | |
| ExecuteAsync |
APIを実行する(レスポンスがJSONObject)
| |
| ExecuteRawAsync |
APIを実行する(レスポンスがバイナリデータ)
| |
| Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
| GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) | |
| GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
| RemoveHeader |
HTTPヘッダを削除する。
| |
| RemoveQueryParameter |
クエリパラメータを削除する。
| |
| SetHeader |
HTTPヘッダを設定する。
すでに同一名のヘッダがあった場合は上書きされる。
| |
| SetQueryParameter |
クエリパラメータを設定する。すでに同一名のパラメータがあった場合は上書きされる。
| |
| ToString | 現在のオブジェクトを表す文字列を返します。 (Inherited from Object.) |