Click or drag to resize
HttpMethod Enumeration

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/annotations")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/annotations", 
	IsNullable = false)]
public enum HttpMethod
Members
  Member nameValueDescription
Get0
Put1
Post2
Delete3
Head4
Remarks