HttpFormRequestContent

Overview

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 | HttpFormRequestContent


Properties


ContentType  virtual

 

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?

Instance Methods


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

 

constructor

 

HttpFormRequestContent()

 

init()

 

HttpFormRequestContent()

 

Sub New()

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:

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