HttpHeaderAuthorization
Overview
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
Properties
Key
property Key: String read write;
String Key { get; set; }
var Key: String { get{} set{} }
String Key { __get; __set; }
Property Key() As String
Name
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
String Name { __get; __set; }
Property Name() As String
Instance Methods
constructor (not nullable String)
constructor(aKey: not nullable String)
HttpHeaderAuthorization(String! aKey)
init(_ aKey: String)
HttpHeaderAuthorization(String aKey)
Sub New(aKey As String)
Parameters:
- aKey:
constructor(aName: String; aKey: not nullable String)
HttpHeaderAuthorization(String aName, String! aKey)
init(_ aName: String, _ aKey: String)
HttpHeaderAuthorization(String aName, String aKey)
Sub New(aName As String, aKey As String)
Parameters:
- aName:
- aKey:
ApplyToRequest Cooper, Island, Toffee, ToffeeV2
method ApplyToRequest(aRequest: HttpRequest)
void ApplyToRequest(HttpRequest aRequest)
func ApplyToRequest(_ aRequest: HttpRequest)
void ApplyToRequest(HttpRequest aRequest)
Sub ApplyToRequest(aRequest As HttpRequest)
Parameters:
- aRequest: