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

Close() public method

Close the connection to the remote client
public Close ( ) : void
return void
        public override void Close()
        {
            Report("CLOSE");
        }