Overview

Location

constructor  protected    (declared in HttpRequestContent) .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island


constructor (not nullable StringDictionary, Encoding, nullable String)

constructor(aValues: not nullable StringDictionary; aEncoding: Encoding := nil; aContentType: nullable String := nil)
HttpFormRequestContent(StringDictionary! aValues, Encoding aEncoding = null, String? aContentType = null)
// Toffee
init(_ aValues: StringDictionary, _ aEncoding: Encoding = nil, _ aContentType: String = nil)
// ToffeeV2
init(_ aValues: StringDictionary, _ aEncoding: Encoding = nil, _ aContentType: String? = nil)
HttpFormRequestContent(StringDictionary aValues, Encoding aEncoding, String aContentType)
Sub New(aValues As StringDictionary, aEncoding As Encoding = Null, aContentType As String? = Null)

Parameters:

  • aValues:
  • aEncoding:
  • aContentType:

ContentType  virtual    (declared in HttpRequestContent)

property ContentType: nullable String read write;
String? ContentType { get; set; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var ContentType: String? { get{} set{} }
// Toffee
var ContentType: String { get{} set{} }
String ContentType { __get; __set; }
Property ContentType() As String?

description  override Toffee, ToffeeV2

func description() -> NSString

GetContentAsArray Cooper, Island, Toffee, ToffeeV2

method GetContentAsArray: array of Byte
Byte[] GetContentAsArray()
func GetContentAsArray() -> Byte...
Byte[] GetContentAsArray()
Function GetContentAsArray() As Byte()

GetContentAsBinary Cooper, Island, Toffee, ToffeeV2

method GetContentAsBinary: ImmutableBinary
ImmutableBinary GetContentAsBinary()
func GetContentAsBinary() -> ImmutableBinary
ImmutableBinary GetContentAsBinary()
Function GetContentAsBinary() As ImmutableBinary

ToString  override

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
PlatformString ToString()
Function ToString() As PlatformString

ContentType  virtual    (declared in HttpRequestContent)

property ContentType: nullable String read write;
String? ContentType { get; set; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var ContentType: String? { get{} set{} }
// Toffee
var ContentType: String { get{} set{} }
String ContentType { __get; __set; }
Property ContentType() As String?

constructor  protected    (declared in HttpRequestContent) .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island


constructor (not nullable StringDictionary, Encoding, nullable String)

constructor(aValues: not nullable StringDictionary; aEncoding: Encoding := nil; aContentType: nullable String := nil)
HttpFormRequestContent(StringDictionary! aValues, Encoding aEncoding = null, String? aContentType = null)
// Toffee
init(_ aValues: StringDictionary, _ aEncoding: Encoding = nil, _ aContentType: String = nil)
// ToffeeV2
init(_ aValues: StringDictionary, _ aEncoding: Encoding = nil, _ aContentType: String? = nil)
HttpFormRequestContent(StringDictionary aValues, Encoding aEncoding, String aContentType)
Sub New(aValues As StringDictionary, aEncoding As Encoding = Null, aContentType As String? = Null)

Parameters:

  • aValues:
  • aEncoding:
  • aContentType:

description  override Toffee, ToffeeV2

func description() -> NSString

GetContentAsArray Cooper, Island, Toffee, ToffeeV2

method GetContentAsArray: array of Byte
Byte[] GetContentAsArray()
func GetContentAsArray() -> Byte...
Byte[] GetContentAsArray()
Function GetContentAsArray() As Byte()

GetContentAsBinary Cooper, Island, Toffee, ToffeeV2

method GetContentAsBinary: ImmutableBinary
ImmutableBinary GetContentAsBinary()
func GetContentAsBinary() -> ImmutableBinary
ImmutableBinary GetContentAsBinary()
Function GetContentAsBinary() As ImmutableBinary

ToString  override

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
PlatformString ToString()
Function ToString() As PlatformString