Class MultipartRequestPartSentEventArgs
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class MultipartRequestPartSentEventArgs : EventArgs
Constructors
MultipartRequestPartSentEventArgs(String, HeaderCollection)
Declaration
public MultipartRequestPartSentEventArgs(string boundary, HeaderCollection headers)
Parameters
| Type | Name | Description |
|---|---|---|
| String | boundary | |
| HeaderCollection | headers |
Properties
Boundary
Declaration
public string Boundary { get; }
Property Value
| Type | Description |
|---|---|
| String |
Headers
Declaration
public HeaderCollection Headers { get; }
Property Value
| Type | Description |
|---|---|
| HeaderCollection |