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 (String)
constructor(line: String)
HttpHeader(String line)
init(_ line: String)
Sub New(line As 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
method Add(item: String)
void Add(String item)
func Add(_ item: String)
Sub Add(item As String)
Parameters:
- item:
Count virtual
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32
description override Toffee
func description() -> NSString
Get virtual
method Get(index: Int32): String
String Get(Int32 index)
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;
Int32 Count { get; }
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 (String)
constructor(line: String)
HttpHeader(String line)
init(_ line: String)
Sub New(line As 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
method Add(item: String)
void Add(String item)
func Add(_ item: String)
Sub Add(item As String)
Parameters:
- item:
description override Toffee
func description() -> NSString
Get virtual
method Get(index: Int32): String
String Get(Int32 index)
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