HttpHeader
Overview
HttpHeader holds Name and Value pairs for Request and Response Header fields.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Http
constructor(line: String)
Parameters:
- line:
constructor(name: String; value: String)
HttpHeader(String name, String value)
init(_ name: String, _ value: String)
Sub New(name As String, value As String)
Parameters:
- name:
- value:
Add virtual
Parameters:
- item:
Count virtual
property Count: Int32 read;
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32
description override Toffee
func description() -> NSString
Get virtual
method Get(index: Int32): String
func Get(_ index: Int32) -> String
Function Get(index As Int32) As String
Parameters:
- index:
Name virtual
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString
Value virtual
property Value: String read write;
String Value { get; set; }
var Value: String { get{} set{} }
Property Value() As String
Count virtual
property Count: Int32 read;
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32
Name virtual
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
Value virtual
property Value: String read write;
String Value { get; set; }
var Value: String { get{} set{} }
Property Value() As String
constructor(line: String)
Parameters:
- line:
constructor(name: String; value: String)
HttpHeader(String name, String value)
init(_ name: String, _ value: String)
Sub New(name As String, value As String)
Parameters:
- name:
- value:
Add virtual
Parameters:
- item:
description override Toffee
func description() -> NSString
Get virtual
method Get(index: Int32): String
func Get(_ index: Int32) -> String
Function Get(index As Int32) As String
Parameters:
- index:
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString