Class MultipartRequestPartSentEventArgs
Class that wraps the multipart sent request arguments.
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class MultipartRequestPartSentEventArgs : EventArgs
Properties
| Improve this Doc View SourceBoundary
Boundary.
Declaration
public string Boundary { get; }
Property Value
Type | Description |
---|---|
String |
Headers
The header collection.
Declaration
public HeaderCollection Headers { get; }
Property Value
Type | Description |
---|---|
HeaderCollection |