C# 클래스 FastNetwork.Client.Request

request
상속: Packet
파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork

공개 프로퍼티들

프로퍼티 타입 설명
MillisecondsReceiveTimeout int

공개 메소드들

메소드 설명
Request ( byte payload, Action onException ) : System

new

SetException ( Exception ex ) : bool

set Exception

메소드 상세

Request() 공개 메소드

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

SetException() 공개 메소드

set Exception
public SetException ( Exception ex ) : bool
ex System.Exception
리턴 bool

프로퍼티 상세

MillisecondsReceiveTimeout 공개적으로 프로퍼티

get or set receive time out
public int MillisecondsReceiveTimeout
리턴 int