C# 클래스 FastNetwork.Event.SendCallbackEventArgs

send callback eventArgs
파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Packet Packet
Status SendCallbackStatus

공개 메소드들

메소드 설명
SendCallbackEventArgs ( Packet packet, SendCallbackStatus status ) : System

new

메소드 상세

SendCallbackEventArgs() 공개 메소드

new
packet is null
public SendCallbackEventArgs ( Packet packet, SendCallbackStatus status ) : System
packet Packet
status SendCallbackStatus
리턴 System

프로퍼티 상세

Packet 공개적으로 프로퍼티

packet
public Packet Packet
리턴 Packet

Status 공개적으로 프로퍼티

状态
public SendCallbackStatus Status
리턴 SendCallbackStatus