Search Results for

    Show / Hide Table of Contents

    Class HttpTransferFactory

    Creates implementations of HttpTransfer.

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

    Properties

    CreateHttpTransfer

    Gets or sets the callback that creates an HTTP-based transfer class.

    Declaration
    public static Function0<HttpTransfer> CreateHttpTransfer { get; set; }
    Property Value
    Type Description
    Function0<HttpTransfer>

    Methods

    GetHttpTransfer()

    Gets an instance of the HTTP-based transfer class.

    Declaration
    public static HttpTransfer GetHttpTransfer()
    Returns
    Type Description
    HttpTransfer
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0