@microsoft/dev-tunnels-connections
Version:
Tunnels library for Visual Studio tools
11 lines • 327 B
TypeScript
/**
* Event args raised when an SSH keep-alive succeeds or fails.
*/
export declare class SshKeepAliveEventArgs {
/**
* The number of keep-alive messages that have been sent with the same state.
*/
readonly count: number;
constructor(count: number);
}
//# sourceMappingURL=sshKeepAliveEventArgs.d.ts.map