Soap.SOAPHTTPTrans.THTTPReqResp.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UserName: string read FUserName write SetUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=SetUsername};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Specifies the user name that allows the client application to log on to the server.

When THTTPReqResp establishes a connection, it supplies the values of the UserName and Password properties so that it can log on to the host or proxy. The value of Password can be an empty string if neither the host nor proxy requires authentication.

See Also