DotNetBrowser.Net Namespace |
Class | Description | |
---|---|---|
![]() | BytesData |
The upload data as bytes.
Can be empty if the form doesn't contain any data.
|
![]() | FileValue |
File data.
|
![]() | FormData |
The list of key-value pairs each representing a segment of a form data.
Can be empty if the form doesn't contain any data.
|
![]() | HostPortPair |
A host/port pair of the URI.
|
![]() | HttpHeader |
Represents the single HTTP header with all its values.
|
![]() | MimeType |
The MIME type.
|
![]() | MultipartFormData |
The list of key-value pairs each representing a segment of a multi-part form data.
Can be empty if the form doesn't contain any data.
|
![]() | MultipartFormDataKeyValuePair |
A key-value pair that represents a segment of a multi-part form data. Can contain values
corresponding a form field content, an upload file content, etc.
|
![]() | Scheme |
The scheme component of a URL.
|
![]() | TextData |
The upload data of the text/plain content type.
|
![]() | UrlRequest |
Represents the URL request received from the Chromium engine.
|
![]() | UrlRequestJob |
The URL request job for the intercepted URL request, which allows you to provide the response data for
this URL request.
|
Interface | Description | |
---|---|---|
![]() | IFileValue |
File data.
|
![]() | IHttpAuthPreferences |
The HTTP authorization preferences.
|
![]() | IHttpHeader |
Represents the single HTTP header with all its values.
|
![]() | INetwork |
Allows access and modifying to the network-level activities.
|
![]() | IUploadData |
The upload data associated with a `UrlRequest`. The upload data can be in the `text/plain`,
`application/x-www-form-urlencoded`, or `multipart/form-data` format.The upload data type depends on the
content of the `Content-Type` header. If the `Content-Type` header is missing or doesn't include
a valid substring indicating the corresponding upload data type, the upload data will be in a binary
format.
|
![]() | IUploadDataT |
The upload data associated with a `UrlRequest`. The upload data can be in the `text/plain`,
`application/x-www-form-urlencoded`, or `multipart/form-data` format.The upload data type depends on the
content of the `Content-Type` header. If the `Content-Type` header is missing or doesn't include
a valid substring indicating the corresponding upload data type, the upload data will be in a binary
format.
|
Enumeration | Description | |
---|---|---|
![]() | NetError |
The network errors.
|
![]() | RequestStatus |
The status of a URL request.
|
![]() | SslVersion |
The supported SSL connection versions.
|