Loads (fills) the Data property with the file designated at the given Uri.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void LoadDataFromUri(
	string username,
	string password
)
Visual Basic
Sub LoadDataFromUri ( _
	username As String, _
	password As String _
)
Visual C++
void LoadDataFromUri(
	String^ username, 
	String^ password
)

Parameters

username
Type: System..::..String
The username to supply for credentials
password
Type: System..::..String
The pasword to supply for credentials

See Also