C# Class FastNetwork.Client.Request

request
Inheritance: Packet
Afficher le fichier Open project: zhujunxxxxx/FastNetwork

Méthodes publiques

Свойство Type Description
MillisecondsReceiveTimeout int

Méthodes publiques

Méthode Description
Request ( byte payload, Action onException ) : System

new

SetException ( Exception ex ) : bool

set Exception

Method Details

Request() public méthode

new
onException is null onResult is null
public Request ( byte payload, Action onException ) : System
payload byte 发送内容
onException Action 异常回调
Résultat System

SetException() public méthode

set Exception
public SetException ( Exception ex ) : bool
ex System.Exception
Résultat bool

Property Details

MillisecondsReceiveTimeout public_oe property

get or set receive time out
public int MillisecondsReceiveTimeout
Résultat int