C# Class FastNetwork.UdpSession

upd session
Show file Open project: zhujunxxxxx/FastNetwork

Public Properties

Property Type Description
RemoteEndPoint System.Net.EndPoint

Public Methods

Method Description
SendAsync ( byte payload ) : void

sned async

UdpSession ( EndPoint remoteEndPoint, IUdpServer server ) : System

new

Method Details

SendAsync() public method

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

UdpSession() public method

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

Property Details

RemoteEndPoint public property

get remote endPoint
public EndPoint,System.Net RemoteEndPoint
return System.Net.EndPoint