InterceptRequestParametersUploadData Property |
Gets the data uploaded in the scope of the request.
Namespace:
DotNetBrowser.Net.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public IUploadData UploadData { get; }
Property Value
Type:
IUploadDataThe data uploaded in the scope of the request.
See Also