HeaderField
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.http2.hpack
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
HeaderField()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aValue: string; aSensitive: Boolean)
// Island
constructor(aName: string; aValue: string; aSensitive: bool)
// .NET, .NET Standard 2.0
HeaderField(string aName, string aValue, Boolean aSensitive)
// Island
HeaderField(string aName, string aValue, bool aSensitive)
Parameters:
- aName:
- aValue:
- aSensitive:
constructor (HeaderField)
constructor(value: HeaderField)
HeaderField(HeaderField value)
init(_ value: HeaderField)
Sub New(value As HeaderField)
Parameters:
- value:
IsPseudo
method IsPseudo: bool
bool IsPseudo()
func IsPseudo() -> bool
func IsPseudo() bool
Function IsPseudo() As bool
Name
Sensitive
Size
method Size: uint32
uint32 Size()
func Size() -> uint32
func Size() uint32
Function Size() As uint32
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Value
Name
Sensitive
Value
constructor
constructor
HeaderField()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aValue: string; aSensitive: Boolean)
// Island
constructor(aName: string; aValue: string; aSensitive: bool)
// .NET, .NET Standard 2.0
HeaderField(string aName, string aValue, Boolean aSensitive)
// Island
HeaderField(string aName, string aValue, bool aSensitive)
Parameters:
- aName:
- aValue:
- aSensitive:
constructor (HeaderField)
constructor(value: HeaderField)
HeaderField(HeaderField value)
init(_ value: HeaderField)
Sub New(value As HeaderField)
Parameters:
- value:
IsPseudo
method IsPseudo: bool
bool IsPseudo()
func IsPseudo() -> bool
func IsPseudo() bool
Function IsPseudo() As bool
Size
method Size: uint32
uint32 Size()
func Size() -> uint32
func Size() uint32
Function Size() As uint32
String