SDownload.Framework.InfoReportProxy.Close C# (CSharp) Method

Close() public method

Close the connection to the client
public Close ( ) : void
return void
        public virtual void Close()
        {
            // Do nothing by default
        }