ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNetServer.IUdpSession Interface Reference

Represents the interface for a UDP session. More...

Inheritance diagram for XmobiTea.ProtonNetServer.IUdpSession:
XmobiTea.ProtonNetServer.ISession XmobiTea.ProtonNetServer.UdpSession XmobiTea.ProtonNet.Server.Socket.Sessions.SocketUdpSession

Additional Inherited Members

- Public Member Functions inherited from XmobiTea.ProtonNetServer.ISession
bool Disconnect ()
 Disconnects the session.
 
int Send (byte[] buffer)
 Sends data synchronously to the connected client.
 
int Send (byte[] buffer, int position, int length)
 Sends data synchronously to the connected client with a specified position and length.
 
bool SendAsync (byte[] buffer)
 Sends data asynchronously to the connected client.
 
bool SendAsync (byte[] buffer, int position, int length)
 Sends data asynchronously to the connected client with a specified position and length.
 
INetworkStatistics GetNetworkStatistics ()
 Gets the network statistics for the session.
 

Detailed Description

Represents the interface for a UDP session.


The documentation for this interface was generated from the following file: