Sets the credentials of the user to authenticate requests to the server.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.2.3.0

Syntax

C#
public void setUserCredentials(

	string username,

	string password

)
Visual Basic (Declaration)
Public Sub setUserCredentials ( _

	username As String, _

	password As String _

)
Visual C++
public:

void setUserCredentials(

	String^ username, 

	String^ password

)

Parameters

username
Type: System..::.String
password
Type: System..::.String

See Also