SDownload.Framework.WSReportProxy.Close C# (CSharp) Метод

Close() публичный Метод

Close the connection to the remote client
public Close ( ) : void
Результат void
        public override void Close()
        {
            Report("CLOSE");
        }