C# Class Renci.SshNet.NetConf.NetConfSession

Inheritance: Renci.SshNet.Sftp.SubsystemSession
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
NetConfSession ( ISession session, System.TimeSpan operationTimeout ) : System

Initializes a new instance of the NetConfSession class.

SendReceiveRpc ( XmlDocument rpc, bool automaticMessageIdHandling ) : XmlDocument

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnChannelOpen ( ) : void
OnDataReceived ( byte data ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NetConfSession() public method

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.
return System

OnChannelOpen() protected method

protected OnChannelOpen ( ) : void
return void

OnDataReceived() protected method

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

SendReceiveRpc() public method

public SendReceiveRpc ( XmlDocument rpc, bool automaticMessageIdHandling ) : XmlDocument
rpc System.Xml.XmlDocument
automaticMessageIdHandling bool
return System.Xml.XmlDocument