docs.unity.cn
    Show / Hide Table of Contents

    Method ReturnFile

    ReturnFile(HttpListenerContext, String, Int32)

    Sends a file to the connected HTTP client

    Declaration
    protected virtual void ReturnFile(HttpListenerContext context, string filePath, int readBufferSize = 65536)
    Parameters
    Type Name Description
    HttpListenerContext context
    String filePath
    Int32 readBufferSize
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use