HttpBinaryRequestContent
Overview
Class to hold binary request data for http requests.
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
- Ancestry: HttpRequestContent | HttpBinaryRequestContent
Instance Methods
constructor (declared in HttpRequestContent) .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island
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 ImmutableBinary)
constructor(aBinary: not nullable ImmutableBinary)
HttpBinaryRequestContent(ImmutableBinary! aBinary)
init(_ aBinary: ImmutableBinary)
HttpBinaryRequestContent(ImmutableBinary aBinary)
Sub New(aBinary As ImmutableBinary)
Parameters:
- aBinary:
Parameters:
- aString:
- aEncoding:
GetContentAsArray Cooper, Island, ToffeeV2
Returns the content.
method GetContentAsArray: array of Byte
Byte[] GetContentAsArray()
func GetContentAsArray() -> Byte...
Byte[] GetContentAsArray()
Function GetContentAsArray() As Byte()
GetContentAsArray GetContentAsArray(): array of Byte Toffee
func GetContentAsArray(GetContentAsArray ) -> Byte...
Parameters:
- :
GetContentAsBinary Cooper, Island, ToffeeV2
Returns the content.
method GetContentAsBinary: ImmutableBinary
ImmutableBinary GetContentAsBinary()
func GetContentAsBinary() -> ImmutableBinary
ImmutableBinary GetContentAsBinary()
Function GetContentAsBinary() As ImmutableBinary
GetContentAsBinary GetContentAsBinary(): ImmutableBinary Toffee
func GetContentAsBinary(GetContentAsBinary ) -> ImmutableBinary
Parameters:
- :