Soap.HTTPUtil.IStreamLoader.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 public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

Specifies the user name to use when logging on if the WSDL document is on a server that requires authentication.

Use UserName to specify the user name that the stream loader can use if the WSDL document is on a server that requires authentication or if it needs to use a proxy server that requires authentication. The password for this user name is specified by the Password property.

See Also