HttpMethod.Put Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP PUT method.
public:
static property HttpMethod ^ Put { HttpMethod ^ get(); };
static HttpMethod Put();
public static HttpMethod Put { get; }
var httpMethod = HttpMethod.put;
Public Shared ReadOnly Property Put As HttpMethod
Property Value
The HTTP PUT method.