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

Class used to transfer all users and groups to/from FileZilla server
상속: IBinarySerializable
파일 보기 프로젝트 열기: PolarbearDK/Miracle.FileZilla.Api 1 사용 예제들

공개 메소드들

메소드 설명
AccountSettings ( ) : System.Collections.Generic

Default constructor (sets defaults as in FileZilla server interface)

Deserialize ( BinaryReader reader, int protocolVersion, int index ) : void

Deserialise FileZilla binary data into object

Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void

Serialise object into FileZilla binary data

메소드 상세

AccountSettings() 공개 메소드

Default constructor (sets defaults as in FileZilla server interface)
public AccountSettings ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Deserialize() 공개 메소드

Deserialise FileZilla binary data into object
public Deserialize ( BinaryReader reader, int protocolVersion, int index ) : void
reader System.IO.BinaryReader Binary reader to read data from
protocolVersion int Current FileZilla protocol version
index int The 0 based index of this item in relation to any parent list
리턴 void

Serialize() 공개 메소드

Serialise object into FileZilla binary data
public Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void
writer System.IO.BinaryWriter Binary writer to write data to
protocolVersion int Current FileZilla protocol version
index int The 0 based index of this item in relation to any parent list
리턴 void