Was this page helpful?

XUri Constructors

    XUri(Uri uri)

    public XUri(Uri uri);
    Create a new XUri from an System.Uri

    Parameters

    Name Type Description
    uri Uri Input uri.

    XUri(SerializationInfo info, StreamingContext context)

    public XUri(SerializationInfo info, StreamingContext context);
    Create a new XUri from serialized form.

    Parameters

    Name Type Description
    info SerializationInfo Serialization information.
    context StreamingContext Streaming context.

    XUri(string uri)

    public XUri(string uri);
    Create a new XUri from a valid uri string.

    Parameters

    Name Type Description
    uri string Uri string.

    Exceptions

    Exception Condition
    UriFormatException Thrown if string cannot be parsed into an XUri.

    XUri(string scheme, string user, string password, string host, int port, String[] segments, bool trailingSlash, KeyValuePair`2[] params, string fragment)

    public XUri(string scheme, string user, string password, string host, int port, String[] segments, bool trailingSlash, KeyValuePair`2[] params, string fragment);

    Parameters

    Name Type Description
    scheme string  
    user string  
    password string  
    host string  
    port int  
    segments String[]  
    trailingSlash bool  
    params KeyValuePair`2[]  
    fragment string  
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by