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
Components
Declaration
public Uri[] Components { get; set; }
Property Value
Type | Description |
---|---|
System.Uri[] |
Fragment
Declaration
public string Fragment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Host
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Declaration
public StringDictionary Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.StringDictionary |
Path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Scheme
Declaration
public string Scheme { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
toUri()
Declaration
public Uri toUri()
Returns
Type | Description |
---|---|
System.Uri |