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 CompositeDataProperties
| Improve this Doc View SourceComponents
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
| Improve this Doc View SourcetoUri()
Declaration
public Uri toUri()Returns
| Type | Description | 
|---|---|
| System.Uri |