Search Results for

    Show / Hide Table of Contents

    Class HttpRequestCreatedArgs

    Arguments passed into callbacks when an HTTP request is created.

    Inheritance
    System.Object
    HttpRequestCreatedArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class HttpRequestCreatedArgs

    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
    System.Net.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.18.0