C# 클래스 Renci.SshNet.NetConf.NetConfSession

상속: Renci.SshNet.Sftp.SubsystemSession
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
NetConfSession ( ISession session, System.TimeSpan operationTimeout ) : System

Initializes a new instance of the NetConfSession class.

SendReceiveRpc ( XmlDocument rpc, bool automaticMessageIdHandling ) : XmlDocument

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnChannelOpen ( ) : void
OnDataReceived ( byte data ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NetConfSession() 공개 메소드

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.
리턴 System

OnChannelOpen() 보호된 메소드

protected OnChannelOpen ( ) : void
리턴 void

OnDataReceived() 보호된 메소드

protected OnDataReceived ( byte data ) : void
data byte
리턴 void

SendReceiveRpc() 공개 메소드

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