Click or drag to resize
NbRestResponse Class
REST レスポンス。
Inheritance Hierarchy

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

The NbRestResponse type exposes the following members.

Constructors
  NameDescription
Public methodNbRestResponse
コンストラクタ
Top
Properties
  NameDescription
Public propertyContentLength
Content-Length
(Inherited from NbRestResponseBase.)
Public propertyContentType
Content-Type
(Inherited from NbRestResponseBase.)
Public propertyHeaders
ヘッダ
(Inherited from NbRestResponseBase.)
Public propertyRawBytes
データ(raw bytes)
Public propertyResponse
レスポンス
(Inherited from NbRestResponseBase.)
Top
Methods
  NameDescription
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetHeader
指定したヘッダの値を取得する。 存在しない場合は null を返却する。 複数存在する場合は先頭の値を返却する。
(Inherited from NbRestResponseBase.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Top
Version Information

Core

Supported in: 1.0
See Also