NbRestRequest Constructor |
コンストラクタ
Namespace: Nec.Nebula.InternalAssembly: 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
)
Public Sub New (
client As HttpClient,
baseUrl As String,
path As String,
method As HttpMethod
)
public:
NbRestRequest(
HttpClient^ client,
String^ baseUrl,
String^ path,
HttpMethod^ method
)
new :
client : HttpClient *
baseUrl : string *
path : string *
method : HttpMethod -> NbRestRequest
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