Class UriInvocation
Inheritance
System.Object
    UriInvocation
  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: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient.dll
Syntax
public class UriInvocation
  Constructors
UriInvocation()
Creates a new instance of this class
Declaration
public UriInvocation()
  Properties
AcceptedType
Declaration
public List<TypeReference> AcceptedType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TypeReference> | 
ProducedType
Declaration
public List<TypeReference> ProducedType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TypeReference> | 
Tag
Application specific tag for the method.
Declaration
public string Tag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Verb
Declaration
public string Verb { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |