C# Class Renci.SshNet.NetConf.NetConfSession

Inheritance: Renci.SshNet.Sftp.SubsystemSession
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
NetConfSession ( ISession session, System.TimeSpan operationTimeout ) : System

Initializes a new instance of the NetConfSession class.

SendReceiveRpc ( XmlDocument rpc, bool automaticMessageIdHandling ) : XmlDocument

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnChannelOpen ( ) : void
OnDataReceived ( byte data ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NetConfSession() public méthode

Initializes a new instance of the NetConfSession class.
public NetConfSession ( ISession session, System.TimeSpan operationTimeout ) : System
session ISession The session.
operationTimeout System.TimeSpan The operation timeout.
Résultat System

OnChannelOpen() protected méthode

protected OnChannelOpen ( ) : void
Résultat void

OnDataReceived() protected méthode

protected OnDataReceived ( byte data ) : void
data byte
Résultat void

SendReceiveRpc() public méthode

public SendReceiveRpc ( XmlDocument rpc, bool automaticMessageIdHandling ) : XmlDocument
rpc System.Xml.XmlDocument
automaticMessageIdHandling bool
Résultat System.Xml.XmlDocument