Click or drag to resize
NbRestRequest Constructor
コンストラクタ

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(
	HttpClient client,
	string baseUrl,
	string path,
	HttpMethod method
)

Parameters

client
Type: System.Net.HttpHttpClient
HttpClient
baseUrl
Type: SystemString
ベースURL
path
Type: SystemString
ベースURLからの相対パス
method
Type: System.Net.HttpHttpMethod
HTTPメソッド
Version Information

Core

Supported in: 1.0
See Also