DotNetBrowser
1.21.5
|
Represents parameters that are passed to the NetworkDelegate.OnSendHeaders(SendHeadersParams) method. More...
Inherits DotNetBrowser.RequestParams.
Public Member Functions | |
SendHeadersParams (long requestId, string url, string method, HttpHeaders headers, HttpHeadersEx headersEx) | |
Constructs a new SendHeadersParams instance with specified parameters. More... | |
![]() | |
RequestParams (long requestId, string url, string method) | |
Constructs a new RequestParams instance with specified parameters. More... | |
Properties | |
HttpHeaders | Headers [get] |
Gets HTTP headers for the current request. More... | |
HttpHeadersEx | HeadersEx [get] |
Gets HTTP headers for the current request. More... | |
![]() | |
string | Url [get, protected set] |
Gets the current request URL. More... | |
long | RequestId [get] |
Gets a globally unique identifier for this request. More... | |
string | Method [get] |
Gets the current request method ("GET", "POST" etc.). More... | |
Represents parameters that are passed to the NetworkDelegate.OnSendHeaders(SendHeadersParams) method.
DotNetBrowser.SendHeadersParams.SendHeadersParams | ( | long | requestId, |
string | url, | ||
string | method, | ||
HttpHeaders | headers, | ||
HttpHeadersEx | headersEx | ||
) |
Constructs a new SendHeadersParams instance with specified parameters.
requestId | A globally unique identifier for this request. |
url | The current request URL. |
method | The current request method ("GET", "POST" etc.). |
headers | HTTP headers for the current request. |
///
headersEx | HTTP headers for the current request. |
|
get |
Gets HTTP headers for the current request.
|
get |
Gets HTTP headers for the current request.