Public Member Functions | |
void | getExpression (out string expression) |
void | setExpression (in string expression) |
void | start () |
void | stop () |
void | clear () |
void | download (out kerio::web::Download fileDownload) |
void | getStatus (out PacketDumpStatus status) |
void webadmin::PacketDump::getExpression | ( | out string | expression | ) |
Returns expression for dialog from debug log context menu 'Dump Expression...'
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::PacketDump::setExpression | ( | in string | expression | ) |
Stores expression from debug log context menu dialog 'Dump Expression...'
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |