MultipartFormDataKeyValuePair Class |
Namespace: DotNetBrowser.Net
public sealed class MultipartFormDataKeyValuePair
The MultipartFormDataKeyValuePair type exposes the following members.
| Name | Description | |
|---|---|---|
| MultipartFormDataKeyValuePair(String, FileValue) |
Creates an instance from the given key and value.
| |
| MultipartFormDataKeyValuePair(String, String) |
Creates an instance from the given key and value.
|
| Name | Description | |
|---|---|---|
| FileValue |
The file representation of the data.
| |
| Key |
The form content segment key.
| |
| StringValue |
The string representation of the data.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |