C# 클래스 Miracle.FileZilla.Api.Connection

Information about an active FTP connection to FileZilla
상속: Transfer
파일 보기 프로젝트 열기: PolarbearDK/Miracle.FileZilla.Api

보호된 메소드들

메소드 설명
DeserializeChildren ( BinaryReader reader, int protocolVersion ) : void

Deserialise FileZilla binary data into object

메소드 상세

DeserializeChildren() 보호된 메소드

Deserialise FileZilla binary data into object
protected DeserializeChildren ( BinaryReader reader, int protocolVersion ) : void
reader System.IO.BinaryReader Binary reader to read data from
protocolVersion int Current FileZilla protocol version
리턴 void