HttpBasicAuthentication

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


Password

 

property Password: String read write;

 

String Password { get; set; }

 

var Password: String { get{} set{} }

 

String Password { __get; __set; }

 

Property Password() As String

Username

 

property Username: String read write;

 

String Username { get; set; }

 

var Username: String { get{} set{} }

 

String Username { __get; __set; }

 

Property Username() As String

Instance Methods


constructor

 

constructor(aUsername: not nullable String; aPassword: not nullable String)

 

HttpBasicAuthentication(String! aUsername, String! aPassword)

 

init(_ aUsername: String, _ aPassword: String)

 

HttpBasicAuthentication(String aUsername, String aPassword)

 

Sub New(aUsername As String, aPassword As String)

Parameters:

  • aUsername:
  • aPassword:

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: