HttpBinaryRequestContent

Overview

Location

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:

constructor (not nullable String, Encoding)

 

constructor(aString: not nullable String; aEncoding: Encoding)

 

HttpBinaryRequestContent(String! aString, Encoding aEncoding)

 

init(_ aString: String, _ aEncoding: Encoding)

 

HttpBinaryRequestContent(String aString, Encoding aEncoding)

 

Sub New(aString As String, aEncoding As Encoding)

Parameters:

  • aString:
  • aEncoding: