Partager via


HttpOperationException.RequestMethod Property

Definition

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.

Applies to