docs.unity.cn
    Show / Hide Table of Contents

    Method HandleRequest

    HandleRequest(IAsyncResult)

    Asynchronous callback to handle a client connection request on MyHttpListener. This method is recursive in that it will call itself immediately after receiving a new incoming request to listen for the next connection.

    Declaration
    protected virtual void HandleRequest(IAsyncResult ar)
    Parameters
    Type Name Description
    IAsyncResult ar

    Asynchronous result from previous request. Pass null to listen for an initial request

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use