@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
16 lines (15 loc) • 842 B
TypeScript
import { SshStream } from '@microsoft/windows-admin-center-sdk/core/data/ssh-stream';
import { AuthorizationService } from './authorization.service';
import { WebsocketStreamService } from './websocket-stream.service';
import * as i0 from "@angular/core";
export declare class SshStreamService extends SshStream {
/**
* Initializes a new instance of the SshStreamService class.
*
* @param websocketStreamService the websocket stream class instance injected.
* @param authorizationService the authorization manager service class instance injected.
*/
constructor(websocketStreamService: WebsocketStreamService, authorizationService: AuthorizationService);
static ɵfac: i0.ɵɵFactoryDeclaration<SshStreamService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SshStreamService>;
}