Overview

Base class for http request data.

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

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  protected .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island


description  override Toffee, ToffeeV2

func description() -> NSString

ToString  virtual

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