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
// .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)
// .NET, .NET Standard 2.0
init(_ aName: string, _ aValue: string, _ aSensitive: Boolean)
// Island
init(_ aName: string, _ aValue: string, _ aSensitive: bool)
// .NET, .NET Standard 2.0
Sub New(aName As string, aValue As string, aSensitive As Boolean)
// Island
Sub New(aName As string, aValue As string, aSensitive As bool)
Parameters:
- aName:
- aValue:
- aSensitive:
constructor(value: HeaderField)
HeaderField(HeaderField value)
init(_ value: HeaderField)
Sub New(value As HeaderField)
Parameters:
- value:
IsPseudo
Function IsPseudo() As bool
Name
Sensitive
FIELD Sensitive() As bool
Size
Function Size() As uint32
String
Function String() As string
Value
Name
Sensitive
FIELD Sensitive() As bool
Value
// .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)
// .NET, .NET Standard 2.0
init(_ aName: string, _ aValue: string, _ aSensitive: Boolean)
// Island
init(_ aName: string, _ aValue: string, _ aSensitive: bool)
// .NET, .NET Standard 2.0
Sub New(aName As string, aValue As string, aSensitive As Boolean)
// Island
Sub New(aName As string, aValue As string, aSensitive As bool)
Parameters:
- aName:
- aValue:
- aSensitive:
constructor(value: HeaderField)
HeaderField(HeaderField value)
init(_ value: HeaderField)
Sub New(value As HeaderField)
Parameters:
- value:
IsPseudo
Function IsPseudo() As bool
Size
Function Size() As uint32
String
Function String() As string