DotNetBrowser
1.21.5
|
Represents information about resource. More...
Public Member Functions | |
ResourceParams (string url, string method, ResourceType resourceType) | |
Constructs a new ResourceParams instance. More... | |
Properties | |
string | URL [get] |
Gets URL of the resource. More... | |
string | Method [get] |
Gets HTTP request/response method name: "GET" or "POST". The method name depends on how web browser engine is going to request resource from web server. More... | |
ResourceType | ResourceType [get] |
Gets type of the resource that has initiated the request. More... | |
Represents information about resource.
DotNetBrowser.ResourceParams.ResourceParams | ( | string | url, |
string | method, | ||
ResourceType | resourceType | ||
) |
Constructs a new ResourceParams instance.
url | represents URL of the resource that will be loaded. |
method | HTTP request/response method name: "GET" or "POST". The method name depends on how web browser engine is going to request resource from web server. |
resourceType | type of the resource that has initiated the request. |
|
get |
Gets HTTP request/response method name: "GET" or "POST". The method name depends on how web browser engine is going to request resource from web server.
|
get |
Gets type of the resource that has initiated the request.
|
get |
Gets URL of the resource.