Class MultipartRequestPartSentEventArgs
Class that wraps the multipart sent request arguments.
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class MultipartRequestPartSentEventArgs : ProxyEventArgsBaseProperties
| 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 | 
Session
Declaration
public SessionEventArgs Session { get; }Property Value
| Type | Description | 
|---|---|
| SessionEventArgs | The session arguments. |