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

Represents an interface for TCP session operations. More...

Inheritance diagram for XmobiTea.ProtonNetServer.ITcpSession:
XmobiTea.ProtonNetServer.ISession XmobiTea.ProtonNetServer.SslSession XmobiTea.ProtonNetServer.TcpSession XmobiTea.ProtonNet.Server.Socket.Sessions.SocketSslSession XmobiTea.ProtonNetServer.HttpsSession XmobiTea.ProtonNet.Server.Socket.Sessions.SocketTcpSession XmobiTea.ProtonNetServer.HttpSession XmobiTea.ProtonNet.Server.WebApi.Sessions.WebApiHttpsSession XmobiTea.ProtonNetServer.WssSession XmobiTea.ProtonNet.Server.WebApi.Sessions.WebApiHttpSession XmobiTea.ProtonNetServer.WsSession XmobiTea.ProtonNet.Server.Socket.Sessions.SocketWssSession XmobiTea.ProtonNet.Server.Socket.Sessions.SocketWsSession

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 an interface for TCP session operations.


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