﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HttpMethod" FullName="System.Net.Http.HttpMethod"><TypeSignature Language="C#" Value="public class HttpMethod : IEquatable&lt;System.Net.Http.HttpMethod&gt;" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit HttpMethod extends System.Object implements class System.IEquatable`1&lt;class System.Net.Http.HttpMethod&gt;" /><AssemblyInfo><AssemblyName>System.Net.Http</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.IEquatable&lt;System.Net.Http.HttpMethod&gt;</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The most common usage of <see cref="T:System.Net.Http.HttpMethod" /> is to use one of the static properties on this class.  However, if an app needs a different value for the HTTP method, the <see cref="M:System.Net.Http.HttpMethod.#ctor(System.String)" /> constructor initializes a new instance of the <see cref="T:System.Net.Http.HttpMethod" /> with an HTTP method that the app specifies. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>A helper class for retrieving and comparing standard HTTP methods and for creating new HTTP methods.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HttpMethod (string method);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string method) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="method" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If an app needs a different value for the HTTP method from one of the static properties, the <see cref="M:System.Net.Http.HttpMethod.#ctor(System.String)" /> constructor initializes a new instance of the <see cref="T:System.Net.Http.HttpMethod" /> with an HTTP method that the app specifies.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Net.Http.HttpMethod" /> class with a specific HTTP method.</para></summary><param name="method"><attribution license="cc4" from="Microsoft" modified="false" />The HTTP method.</param></Docs></Member><Member MemberName="Delete"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Delete { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Delete" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP DELETE protocol method.</para></summary></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public bool Equals (System.Net.Http.HttpMethod other);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(class System.Net.Http.HttpMethod other) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="other" Type="System.Net.Http.HttpMethod" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the specified <see cref="T:System.Net.Http.HttpMethod" /> is equal to the current <see cref="T:System.Object" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.Boolean" />.</para><para>true if the specified object is equal to the current object; otherwise, false.</para></returns><param name="other"><attribution license="cc4" from="Microsoft" modified="false" />The HTTP method to compare with the current object.</param></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Object" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.Boolean" />.</para><para>true if the specified object is equal to the current object; otherwise, false.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />The object to compare with the current object.</param></Docs></Member><Member MemberName="Get"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Get { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Get" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP GET protocol method.</para></summary></Docs></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection.The <see cref="M:System.Net.Http.HttpMethod.GetHashCode" /> method is suitable for use in hashing algorithms and data structures such as a hash table. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Serves as a hash function for this type.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.Int32" />.</para><para>A hash code for the current <see cref="T:System.Object" />.</para></returns></Docs></Member><Member MemberName="Head"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Head { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Head" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>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.</para></summary></Docs></Member><Member MemberName="Method"><MemberSignature Language="C#" Value="public string Method { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string Method" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTTP method. </para></summary></Docs></Member><Member MemberName="op_Equality"><MemberSignature Language="C#" Value="public static bool op_Equality (System.Net.Http.HttpMethod left, System.Net.Http.HttpMethod right);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(class System.Net.Http.HttpMethod left, class System.Net.Http.HttpMethod right) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="left" Type="System.Net.Http.HttpMethod" /><Parameter Name="right" Type="System.Net.Http.HttpMethod" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The equality operator for comparing two <see cref="T:System.Net.Http.HttpMethod" /> objects.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.Boolean" />.</para><para>true if the specified <paramref name="left" /> and <paramref name="right" /> parameters are equal; otherwise, false.</para></returns><param name="left"><attribution license="cc4" from="Microsoft" modified="false" />The left <see cref="T:System.Net.Http.HttpMethod" /> to an equality operator.</param><param name="right"><attribution license="cc4" from="Microsoft" modified="false" />The right  <see cref="T:System.Net.Http.HttpMethod" /> to an equality operator.</param></Docs></Member><Member MemberName="op_Inequality"><MemberSignature Language="C#" Value="public static bool op_Inequality (System.Net.Http.HttpMethod left, System.Net.Http.HttpMethod right);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(class System.Net.Http.HttpMethod left, class System.Net.Http.HttpMethod right) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="left" Type="System.Net.Http.HttpMethod" /><Parameter Name="right" Type="System.Net.Http.HttpMethod" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The inequality operator for comparing two <see cref="T:System.Net.Http.HttpMethod" /> objects.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.Boolean" />.</para><para>true if the specified <paramref name="left" /> and <paramref name="right" /> parameters are inequal; otherwise, false.</para></returns><param name="left"><attribution license="cc4" from="Microsoft" modified="false" />The left <see cref="T:System.Net.Http.HttpMethod" /> to an inequality operator.</param><param name="right"><attribution license="cc4" from="Microsoft" modified="false" />The right  <see cref="T:System.Net.Http.HttpMethod" /> to an inequality operator.</param></Docs></Member><Member MemberName="Options"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Options { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Options" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP OPTIONS protocol method.</para></summary></Docs></Member><Member MemberName="Post"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Post { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Post" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.</para></summary></Docs></Member><Member MemberName="Put"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Put { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Put" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.</para></summary></Docs></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string that represents the current object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns <see cref="T:System.String" />.</para><para>A string representing the current object.</para></returns></Docs></Member><Member MemberName="Trace"><MemberSignature Language="C#" Value="public static System.Net.Http.HttpMethod Trace { get; }" /><MemberSignature Language="ILAsm" Value=".property class System.Net.Http.HttpMethod Trace" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.Http.HttpMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an HTTP TRACE protocol method.</para></summary></Docs></Member></Members></Type>