Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Blaze
Server
Request
C# Class Blaze.Server.Request
Show file
Open project: sebastian-malek/blaze-server
Class Usage Examples
Public Methods
Method
Description
Reply
(
int
errorCode
,
List
data
= null ) :
void
Request
(
Client
client
) :
System
Method Details
Reply()
public
method
public
Reply
(
int
errorCode
,
List
data
= null ) :
void
errorCode
int
data
List
return
void
Request()
public
method
public
Request
(
Client
client
) :
System
client
Client
return
System