Search Results for

    Show / Hide Table of Contents

    Class HttpSendStartArgs

    Arguments for OnSendStart.

    Inheritance
    System.Object
    HttpSendStartArgs
    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 HttpSendStartArgs

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