NbRestRequestSetRequestBody Method |
バイナリリクエストボディを設定する。
呼び元で第二引数にnullを設定しないようにすること。
Namespace: Nec.Nebula.InternalAssembly: 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
)
Public Function SetRequestBody (
contentType As String,
data As Byte()
) As NbRestRequest
public:
NbRestRequest^ SetRequestBody(
String^ contentType,
array<unsigned char>^ data
)
member SetRequestBody :
contentType : string *
data : byte[] -> NbRestRequest
Parameters
- contentType
- Type: SystemString
Content-Type - data
- Type: SystemByte
バイナリデータ
Return Value
Type:
NbRestRequestthis
Version Information Core
Supported in: 1.0
See Also