Loads (fills) the Data property with the file designated
at the given Uri.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void LoadDataFromUri( Uri uri, string username, string password ) |
| Visual Basic |
|---|
Sub LoadDataFromUri ( _ uri As Uri, _ username As String, _ password As String _ ) |
| Visual C++ |
|---|
void LoadDataFromUri( Uri^ uri, String^ username, String^ password ) |
Parameters
- uri
- Type: System..::..Uri
The Uri from which to download the Data
- username
- Type: System..::..String
The username to supply for credentials
- password
- Type: System..::..String
The pasword to supply for credentials