Class HttpMethodList
Inheritance
System.Object
    HttpMethodList
  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.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class HttpMethodList
  Constructors
HttpMethodList()
Creates a new instance of this class
Declaration
public HttpMethodList()
  Properties
IsComplete
If this is true than there are no other methods are expected than the specified.
Declaration
public bool IsComplete { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Method
Declaration
public List<HttpMethod> Method { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<HttpMethod> |