Constructor MultipartFormDataKeyValuePair
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
MultipartFormDataKeyValuePair(string, FileValue)
Creates an instance from the given key and value.
public MultipartFormDataKeyValuePair(string key, FileValue value)
Parameters
key
stringThe form content segment key.
value
FileValueThe segment value representing the file content.
MultipartFormDataKeyValuePair(string, string)
Creates an instance from the given key and value.
public MultipartFormDataKeyValuePair(string key, string value)