Class HttpMethodList
Inheritance
System.Object
HttpMethodList
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class HttpMethodList : object
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 |
---|---|
List<HttpMethod> |