Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Auto
Server
Session
C# Class Auto.Server.Session
Exibir arquivo
Open project: fingerpasswang/Phial.Fantasy
Public Properties
Property
Type
Description
Pid
System.UInt64
SessionId
Byte[]
Public Methods
Method
Description
Read
(
BinaryReader
br
) :
Session
ToString
( ) :
string
Write
(
BinaryWriter
bw
) :
void
Method Details
Read()
public
method
public
Read
(
BinaryReader
br
) :
Session
br
System.IO.BinaryReader
return
Session
ToString()
public
method
public
ToString
( ) :
string
return
string
Write()
public
method
public
Write
(
BinaryWriter
bw
) :
void
bw
System.IO.BinaryWriter
return
void
Property Details
Pid
public_oe property
public
UInt64,System
Pid
return
System.UInt64
SessionId
public_oe property
public
Byte[]
SessionId
return
Byte[]