Click or drag to resize
NbRestRequestSetRequestBody 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 SetRequestBody(
	string contentType,
	byte[] data
)

Parameters

contentType
Type: SystemString
Content-Type
data
Type: SystemByte
バイナリデータ

Return Value

Type: NbRestRequest
this
Version Information

Core

Supported in: 1.0
See Also