HttpOperationException.RequestMethod 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.
Caution
This property is obsolete and will be removed in a future version. Use the Exception.Data['Name'] instead.
Gets the method used for the HTTP request.
[System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Name'] instead.")]
public string? RequestMethod { get; set; }
[<System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Name'] instead.")>]
member this.RequestMethod : string with get, set
Public Property RequestMethod As String
Property Value
- Attributes
Remarks
This information is only available in limited circumstances e.g. when using Open API plugins.