public enum ProtocolMethod : System.Enum
public enum ProtocolMethod : System.Enum
Member | Description |
---|---|
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 |
System.Object
System.ValueType
System.Enum
Walter.Net.Networking.ProtocolMethod
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