Search Results for

    Show / Hide Table of Contents

    Class HttpResponseReceivedArgs

    Arguments passed into callbacks when an HTTP response is received.

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

    Properties

    Content

    Gets or sets the binary content received from the server.

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

    RequestArgs

    Gets or sets the original request arguments.

    Declaration
    public HttpRequestArgs RequestArgs { get; set; }
    Property Value
    Type Description
    HttpRequestArgs

    Response

    Gets or sets the incoming HTTP response received from the server.

    Declaration
    public WebResponse Response { get; set; }
    Property Value
    Type Description
    WebResponse

    Sender

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

    Declaration
    public object Sender { get; set; }
    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