Show / Hide Table of Contents

    Class MultipartRequestPartSentEventArgs

    Class that wraps the multipart sent request arguments.

    Inheritance
    Object
    EventArgs
    MultipartRequestPartSentEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Titanium.Web.Proxy.EventArguments
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class MultipartRequestPartSentEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Boundary

    Boundary.

    Declaration
    public string Boundary { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Headers

    The header collection.

    Declaration
    public HeaderCollection Headers { get; }
    Property Value
    Type Description
    HeaderCollection
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX