C# Class Renci.SshNet.Tests.Classes.SubsystemSessionStub

Inheritance: SubsystemSession
Exibir arquivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SubsystemSessionStub ( ISession session, string subsystemName, System.TimeSpan operationTimeout, Encoding encoding ) : System

Protected Methods

Method Description
OnChannelOpen ( ) : void
OnDataReceived ( byte data ) : void

Method Details

OnChannelOpen() protected method

protected OnChannelOpen ( ) : void
return void

OnDataReceived() protected method

protected OnDataReceived ( byte data ) : void
data byte
return void

SubsystemSessionStub() public method

public SubsystemSessionStub ( ISession session, string subsystemName, System.TimeSpan operationTimeout, Encoding encoding ) : System
session ISession
subsystemName string
operationTimeout System.TimeSpan
encoding System.Text.Encoding
return System