Walter.Net.Networking
ProtocolMethod Enumeration
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace : ProtocolMethod Enumeration
Protocol method used on a HTTP based communication
Syntax
public enum ProtocolMethod : System.Enum 
Members
MemberDescription
Delete The delete Protocol Method
Get The get Protocol Method
Head Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.
Options The options Protocol Method
Patch The patch Protocol Method
Post The post Protocol Method
Put The put Protocol Method
Trace The trace Protocol Method
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Net.Networking.ProtocolMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Net.Networking Namespace