Search Results for

    Show / Hide Table of Contents

    Class HttpRequestCreatedArgs

    Arguments passed into callbacks when an HTTP request is created.

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

    Properties

    Request

    Gets or sets the outgoing HTTP request about to be sent to the server.

    Declaration
    public WebRequest Request { get; set; }
    Property Value
    Type Description
    WebRequest

    RequestArgs

    Gets or sets the original request arguments.

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

    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