HttpBinaryRequestContent
Overview
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: HttpRequestContent | HttpBinaryRequestContent
Instance Methods
constructor (declared in HttpRequestContent)
constructor
HttpBinaryRequestContent()
init()
HttpBinaryRequestContent()
Sub New()
constructor (not nullable array of Byte)
constructor(aArray: not nullable array of Byte)
HttpBinaryRequestContent(Byte[]! aArray)
init(_ aArray: Byte...)
HttpBinaryRequestContent(Byte[] aArray)
Sub New(aArray As Byte())
Parameters:
- aArray:
constructor (not nullable Binary)
constructor(aBinary: not nullable Binary)
HttpBinaryRequestContent(Binary! aBinary)
init(_ aBinary: Binary)
HttpBinaryRequestContent(Binary aBinary)
Sub New(aBinary As Binary)
Parameters:
- aBinary:
Parameters:
- aString:
- aEncoding: