Show / Hide Table of Contents

    Class MultipartRequestPartSentEventArgs

    Class that wraps the multipart sent request arguments.

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

    Properties

    Boundary

    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
    Back to top Generated by DocFX