C# Class Auto.Client.ServerList

Afficher le fichier Open project: fingerpasswang/Phial.Fantasy

Méthodes publiques

Свойство Type Description
Pid System.UInt64
Servers List
SessionId Byte[]

Méthodes publiques

Méthode Description
Read ( BinaryReader br ) : ServerList
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

Read() public méthode

public Read ( BinaryReader br ) : ServerList
br System.IO.BinaryReader
Résultat ServerList

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Property Details

Pid public_oe property

public UInt64,System Pid
Résultat System.UInt64

Servers public_oe property

public List Servers
Résultat List

SessionId public_oe property

public Byte[] SessionId
Résultat Byte[]