London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class HttpWebRequestMethod

Inheritance
System.Object
HttpWebRequestMethod
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: HttpWebAdapters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class HttpWebRequestMethod

Fields

GET

Declaration
public static readonly HttpWebRequestMethod GET
Field Value
Type Description
HttpWebRequestMethod

POST

Declaration
public static readonly HttpWebRequestMethod POST
Field Value
Type Description
HttpWebRequestMethod

Methods

Parse(String)

Declaration
public static HttpWebRequestMethod Parse(string s)
Parameters
Type Name Description
System.String s
Returns
Type Description
HttpWebRequestMethod

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()