Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Auto
Server
Session
C# 클래스 Auto.Server.Session
파일 보기
프로젝트 열기: fingerpasswang/Phial.Fantasy
공개 프로퍼티들
프로퍼티
타입
설명
Pid
System.UInt64
SessionId
Byte[]
공개 메소드들
메소드
설명
Read
(
BinaryReader
br
) :
Session
ToString
( ) :
string
Write
(
BinaryWriter
bw
) :
void
메소드 상세
Read()
공개
메소드
public
Read
(
BinaryReader
br
) :
Session
br
System.IO.BinaryReader
리턴
Session
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
Write()
공개
메소드
public
Write
(
BinaryWriter
bw
) :
void
bw
System.IO.BinaryWriter
리턴
void
프로퍼티 상세
Pid
공개적으로 프로퍼티
public
UInt64,System
Pid
리턴
System.UInt64
SessionId
공개적으로 프로퍼티
public
Byte[]
SessionId
리턴
Byte[]