ContentType
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
constructor
constructor
ContentType()
init()
Sub New()
constructor (String)
constructor(contentType: String)
ContentType(String contentType)
init(_ contentType: String)
Sub New(contentType As String)
Parameters:
- contentType:
Boundary virtual
property Boundary: String read write;
String Boundary { get; set; }
var Boundary: String { get{} set{} }
Property Boundary() As String
CharSet virtual
property CharSet: String read write;
String CharSet { get; set; }
var CharSet: String { get{} set{} }
Property CharSet() As String
description override Toffee
func description() -> NSString
MediaType virtual
property MediaType: String read write;
String MediaType { get; set; }
var MediaType: String { get{} set{} }
Property MediaType() As String
Name virtual
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
Parameters virtual
property Parameters: Dictionary<String, String> read;
Dictionary<String, String> Parameters { get; }
var Parameters: Dictionary<String, String> { get{} }
ReadOnly Property Parameters() As Dictionary<String, String>
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString
Boundary virtual
property Boundary: String read write;
String Boundary { get; set; }
var Boundary: String { get{} set{} }
Property Boundary() As String
CharSet virtual
property CharSet: String read write;
String CharSet { get; set; }
var CharSet: String { get{} set{} }
Property CharSet() As String
MediaType virtual
property MediaType: String read write;
String MediaType { get; set; }
var MediaType: String { get{} set{} }
Property MediaType() As String
Name virtual
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
Parameters virtual
property Parameters: Dictionary<String, String> read;
Dictionary<String, String> Parameters { get; }
var Parameters: Dictionary<String, String> { get{} }
ReadOnly Property Parameters() As Dictionary<String, String>
constructor
constructor
ContentType()
init()
Sub New()
constructor (String)
constructor(contentType: String)
ContentType(String contentType)
init(_ contentType: String)
Sub New(contentType As String)
Parameters:
- contentType:
description override Toffee
func description() -> NSString
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString