TWebCredential Class

Represents type TWebCredential.

Namespace: System.Net.HTTP.Client
TObject
  System.Net.HTTP.Client.TWebCredential
type
 TWebCredential = class sealed(TObject)
 end;

The TWebCredential type exposes the following members.

Show:
 NameDescription
Password

Represents property Password.

Username

Represents property Username.

Top
Show:
 NameDescription
GetPassword

Represents method GetPassword.

GetUsername

Represents method GetUsername.

SetPassword(String)

Represents method SetPassword(String).

SetUsername(String)

Represents method SetUsername(String).

Top