Mozilla::Embedding::Networking::URI Class Reference
#include <DotNETNetworking.h>
List of all members.
Constructor & Destructor Documentation
| URI::URI |
( |
String * |
aSpec |
) |
|
Member Function Documentation
| String * URI::get_Spec |
( |
|
) |
|
| void URI::set_Spec |
( |
String * |
aSpec |
) |
|
| String * URI::get_PrePath |
( |
|
) |
|
| String * URI::get_Scheme |
( |
|
) |
|
| void URI::set_Scheme |
( |
String * |
aScheme |
) |
|
| String * URI::get_UserPass |
( |
|
) |
|
| void URI::set_UserPass |
( |
String * |
aUserPass |
) |
|
| String * URI::get_Username |
( |
|
) |
|
| void URI::set_Username |
( |
String * |
aUsername |
) |
|
| String * URI::get_Password |
( |
|
) |
|
| void URI::set_Password |
( |
String * |
aPassword |
) |
|
| String * URI::get_HostPort |
( |
|
) |
|
| void URI::set_HostPort |
( |
String * |
aHostPort |
) |
|
| String * URI::get_Host |
( |
|
) |
|
| void URI::set_Host |
( |
String * |
aHost |
) |
|
| void URI::set_Port |
( |
Int32 |
aPort |
) |
|
| String * URI::get_Path |
( |
|
) |
|
| void URI::set_Path |
( |
String * |
aPath |
) |
|
| bool URI::SchemeIs |
( |
String * |
aScheme |
) |
|
| String * URI::Resolve |
( |
String * |
aRelativePath |
) |
|
| String * URI::get_AsciiSpec |
( |
|
) |
|
| String * URI::get_AsciiHost |
( |
|
) |
|
| String * URI::get_OriginCharset |
( |
|
) |
|
The documentation for this class was generated from the following files: