C# Class FastNetwork.UdpSession

upd session
Afficher le fichier Open project: zhujunxxxxx/FastNetwork

Méthodes publiques

Свойство Type Description
RemoteEndPoint System.Net.EndPoint

Méthodes publiques

Méthode Description
SendAsync ( byte payload ) : void

sned async

UdpSession ( EndPoint remoteEndPoint, IUdpServer server ) : System

new

Method Details

SendAsync() public méthode

sned async
payload is null or empty
public SendAsync ( byte payload ) : void
payload byte
Résultat void

UdpSession() public méthode

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

Property Details

RemoteEndPoint public_oe property

get remote endPoint
public EndPoint,System.Net RemoteEndPoint
Résultat System.Net.EndPoint