Search Results for

    Show / Hide Table of Contents

    Class HttpSendFinishArgs

    Arguments for OnSendStart.

    Inheritance
    System.Object
    HttpSendFinishArgs
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class HttpSendFinishArgs : object

    Properties

    RequestBinaryContent

    Gets or sets the binary content of the request.

    Declaration
    public byte[] RequestBinaryContent { get; }
    Property Value
    Type Description
    System.Byte[]

    RequestTextContent

    Gets or sets the text content of the request.

    Declaration
    public string RequestTextContent { get; }
    Property Value
    Type Description
    System.String

    ResponseBinaryContent

    Gets or sets the binary content of the response.

    Declaration
    public byte[] ResponseBinaryContent { get; }
    Property Value
    Type Description
    System.Byte[]

    ResponseHeaders

    Gets or sets the headers of the response.

    Declaration
    public NameValueCollection ResponseHeaders { get; }
    Property Value
    Type Description
    NameValueCollection

    ResponseTextContent

    Gets or sets the binary content of the response.

    Declaration
    public string ResponseTextContent { get; }
    Property Value
    Type Description
    System.String

    Sender

    Gets or sets the sender of the request, either a client or publisher.

    Declaration
    public object Sender { get; }
    Property Value
    Type Description
    System.Object
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0