INetworkSendUploadDataHandler Property |
Namespace: DotNetBrowser.Net
IHandler<SendUploadDataParameters, SendUploadDataResponse> SendUploadDataHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INetwork object has already been disposed. |
Use one of the following methods to modify the upload data:
Use the Continue method if you do not need to modify the upload data.
If exception occurs inside the handler, the default behavior will be applied - the Continue method will be used.