Back to Devexpress

AsyncDownloadPolicy.DownloadingEventArgs.Method Property

corelibraries-devexpress-dot-data-dot-asyncdownloadpolicy-dot-downloadingeventargs.md

latest1.1 KB
Original Source

AsyncDownloadPolicy.DownloadingEventArgs.Method Property

Gets the HTTP method.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public string Method { get; }
vb
Public ReadOnly Property Method As String

Property Value

TypeDescription
String

The HTTP method name (for example, ‘GET’).

|

See Also

AsyncDownloadPolicy.DownloadingEventArgs Class

AsyncDownloadPolicy.DownloadingEventArgs Members

DevExpress.Data Namespace