Search Results for

    Show / Hide Table of Contents

    Class HttpSendStartArgs

    Arguments for OnSendStart.

    Inheritance
    System.Object
    HttpSendStartArgs
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class HttpSendStartArgs : 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

    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