public XUri(Uri uri);
| Name | Type | Description |
|---|---|---|
| uri | Uri | Input uri. |
public XUri(SerializationInfo info, StreamingContext context);
| Name | Type | Description |
|---|---|---|
| info | SerializationInfo | Serialization information. |
| context | StreamingContext | Streaming context. |
public XUri(string uri);
| Name | Type | Description |
|---|---|---|
| uri | string | Uri string. |
| Exception | Condition |
|---|---|
| UriFormatException | Thrown if string cannot be parsed into an XUri. |
public XUri(string scheme, string user, string password, string host, int port, String[] segments, bool trailingSlash, KeyValuePair`2[] params, string fragment);
| Name | Type | Description |
|---|---|---|
| scheme | string | |
| user | string | |
| password | string | |
| host | string | |
| port | int | |
| segments | String[] | |
| trailingSlash | bool | |
| params | KeyValuePair`2[] | |
| fragment | string |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by