Address | XmobiTea.ProtonNetClient.TcpClient | |
Connect() | XmobiTea.ProtonNetClient.WsClient | virtual |
ConnectAsync() | XmobiTea.ProtonNetClient.WsClient | virtual |
Disconnect() | XmobiTea.ProtonNetClient.TcpClient | virtual |
DisconnectAsync() | XmobiTea.ProtonNetClient.TcpClient | virtual |
Dispose() | XmobiTea.ProtonNetClient.TcpClient | |
Dispose(bool disposingManagedResources) | XmobiTea.ProtonNetClient.TcpClient | protectedvirtual |
EndPoint | XmobiTea.ProtonNetClient.TcpClient | |
GetNetworkStatistics() | XmobiTea.ProtonNetClient.TcpClient | |
HttpClient(string address, int port, TcpClientOptions options) | XmobiTea.ProtonNetClient.HttpClient | |
Id | XmobiTea.ProtonNetClient.TcpClient | |
IsConnected | XmobiTea.ProtonNetClient.TcpClient | |
IsConnecting | XmobiTea.ProtonNetClient.TcpClient | |
IsDisposed | XmobiTea.ProtonNetClient.TcpClient | |
IsSocketDisposed | XmobiTea.ProtonNetClient.TcpClient | |
OnConnected() | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnConnecting() | XmobiTea.ProtonNetClient.TcpClient | protectedvirtual |
OnDisconnected() | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnDisconnecting() | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnEmpty() | XmobiTea.ProtonNetClient.TcpClient | protectedvirtual |
OnError(SocketError error) | XmobiTea.ProtonNetClient.TcpClient | protectedvirtual |
OnReceived(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnReceivedResponse(HttpResponse response) | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnReceivedResponseError(HttpResponse response, string error) | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnReceivedResponseHeader(HttpResponse response) | XmobiTea.ProtonNetClient.WsClient | protectedvirtual |
OnSent(int sent, int pending) | XmobiTea.ProtonNetClient.TcpClient | protectedvirtual |
OnWsClose(byte[] buffer, int position, int length, int status=1000) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsConnected(HttpResponse response) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsConnected(HttpRequest request) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsConnecting(HttpRequest request) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsConnecting(HttpRequest request, HttpResponse response) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsDisconnected() | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsDisconnecting() | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsError(string error) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsError(SocketError error) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsPing(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsPong(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | virtual |
OnWsReceived(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | virtual |
Options | XmobiTea.ProtonNetClient.TcpClient | |
Port | XmobiTea.ProtonNetClient.TcpClient | |
Reconnect() | XmobiTea.ProtonNetClient.TcpClient | virtual |
ReconnectAsync() | XmobiTea.ProtonNetClient.TcpClient | virtual |
Request | XmobiTea.ProtonNetClient.HttpClient | |
Response | XmobiTea.ProtonNetClient.HttpClient | protected |
Send(byte[] buffer) | XmobiTea.ProtonNetClient.TcpClient | virtual |
Send(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.TcpClient | virtual |
SendAsync(byte[] buffer) | XmobiTea.ProtonNetClient.TcpClient | virtual |
SendAsync(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.TcpClient | virtual |
SendBinary(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendBinary(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendBinaryAsync(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendBinaryAsync(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendClose(int status, byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendClose(int status, byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendCloseAsync(int status, byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendCloseAsync(int status, byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendPing(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendPing(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendPingAsync(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendPingAsync(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendPong(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendPong(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendPongAsync(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendPongAsync(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendRequest(HttpRequest request) | XmobiTea.ProtonNetClient.HttpClient | |
SendRequestAsync(HttpRequest request) | XmobiTea.ProtonNetClient.HttpClient | |
SendText(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendText(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendTextAsync(byte[] buffer) | XmobiTea.ProtonNetClient.WsClient | |
SendTextAsync(byte[] buffer, int position, int length) | XmobiTea.ProtonNetClient.WsClient | |
SendUpgrade(HttpResponse response) | XmobiTea.ProtonNetClient.WsClient | |
Socket | XmobiTea.ProtonNetClient.TcpClient | |
TcpClient(string address, int port, TcpClientOptions options) | XmobiTea.ProtonNetClient.TcpClient | |