Soap.SOAPConn.TSoapConnection.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read GetUserName write SetUserName;

C++

__property System::UnicodeString UserName = {read=GetUserName, write=SetUserName};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Specifies the user name that allows the client application to log on to a local host or proxy server.

When the SOAP connection component connects to the application server on a local host or to a proxy server, it supplies the values of the UserName and Password properties so that it can log in. If neither the host nor the proxy server requires authentication, UserName can be an empty string.

Note: On Linux, if the proxy does not require authentication, you can use the UserName and Password properties to log on to the Web Server.

See Also