Show / Hide Table of Contents

    Class URISupport.CompositeData

    Inheritance
    System.Object
    URISupport.CompositeData
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.Util
    Assembly: Apache.NMS.dll
    Syntax
    public class CompositeData

    Properties

    | Improve this Doc View Source

    Components

    Declaration
    public Uri[] Components { get; set; }
    Property Value
    Type Description
    System.Uri[]
    | Improve this Doc View Source

    Fragment

    Declaration
    public string Fragment { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Host

    Declaration
    public string Host { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parameters

    Declaration
    public StringDictionary Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Specialized.StringDictionary
    | Improve this Doc View Source

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Scheme

    Declaration
    public string Scheme { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    toUri()

    Declaration
    public Uri toUri()
    Returns
    Type Description
    System.Uri
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX