Click or drag to resize
NbApiGateway Class
APIゲートウェイ
Inheritance Hierarchy
SystemObject
  Nec.NebulaNbApiGateway

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class NbApiGateway

The NbApiGateway type exposes the following members.

Constructors
  NameDescription
Public methodNbApiGateway
コンストラクタ
Top
Properties
  NameDescription
Public propertyApiName
API名
Public propertyContentType
Content-Type
Public propertyHeaders
ヘッダ
Public propertyMethod
HttpMethod
Public propertyQueryParams
クエリパラメータ
Public propertySubPath
サブパス
Top
Methods
  NameDescription
Public methodClearHeaders
HTTPヘッダの全てを削除する。
Public methodClearQueryParameters
クエリパラメータの全てを削除する。
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Public methodExecuteAsync
APIを実行する(レスポンスがJSONObject)
Public methodExecuteRawAsync
APIを実行する(レスポンスがバイナリデータ)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodRemoveHeader
HTTPヘッダを削除する。
Public methodRemoveQueryParameter
クエリパラメータを削除する。
Public methodSetHeader
HTTPヘッダを設定する。 すでに同一名のヘッダがあった場合は上書きされる。
Public methodSetQueryParameter
クエリパラメータを設定する。すでに同一名のパラメータがあった場合は上書きされる。
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Top
Remarks
本クラスのインスタンスはスレッドセーフではない。
Version Information

Core

Supported in: 1.0
See Also