C# 클래스 FastNetwork.UdpSession

upd session
파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork

공개 프로퍼티들

프로퍼티 타입 설명
RemoteEndPoint System.Net.EndPoint

공개 메소드들

메소드 설명
SendAsync ( byte payload ) : void

sned async

UdpSession ( EndPoint remoteEndPoint, IUdpServer server ) : System

new

메소드 상세

SendAsync() 공개 메소드

sned async
payload is null or empty
public SendAsync ( byte payload ) : void
payload byte
리턴 void

UdpSession() 공개 메소드

new
server is null
public UdpSession ( EndPoint remoteEndPoint, IUdpServer server ) : System
remoteEndPoint System.Net.EndPoint
server IUdpServer
리턴 System

프로퍼티 상세

RemoteEndPoint 공개적으로 프로퍼티

get remote endPoint
public EndPoint,System.Net RemoteEndPoint
리턴 System.Net.EndPoint