Click or drag to resize
NbRestExecutorCreateRequest Method
リクエスト生成 呼び元で引数にnullを設定しないようにすること。

Namespace: Nec.Nebula.Internal
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public NbRestRequest CreateRequest(
	string path,
	HttpMethod method
)

Parameters

path
Type: SystemString
APIパス(テナントID以降)
method
Type: System.Net.HttpHttpMethod
HTTPメソッド

Return Value

Type: NbRestRequest
リクエスト
Exceptions
ExceptionCondition
InvalidOperationExceptionNbServiceの設定値がnull
Version Information

Core

Supported in: 1.0
See Also