My Project
Loading...
Searching...
No Matches
WebSocketSharp.WebSocket Member List

This is the complete list of members for WebSocketSharp.WebSocket, including all inherited members.

Close()WebSocketSharp.WebSocketinline
Close(ushort code)WebSocketSharp.WebSocketinline
Close(CloseStatusCode code)WebSocketSharp.WebSocketinline
Close(ushort code, string reason)WebSocketSharp.WebSocketinline
Close(CloseStatusCode code, string reason)WebSocketSharp.WebSocketinline
CloseAsync()WebSocketSharp.WebSocketinline
CloseAsync(ushort code)WebSocketSharp.WebSocketinline
CloseAsync(CloseStatusCode code)WebSocketSharp.WebSocketinline
CloseAsync(ushort code, string reason)WebSocketSharp.WebSocketinline
CloseAsync(CloseStatusCode code, string reason)WebSocketSharp.WebSocketinline
CompressionWebSocketSharp.WebSocket
Connect()WebSocketSharp.WebSocketinline
ConnectAsync()WebSocketSharp.WebSocketinline
CookiesWebSocketSharp.WebSocket
CredentialsWebSocketSharp.WebSocket
EmitOnPingWebSocketSharp.WebSocket
EnableRedirectionWebSocketSharp.WebSocket
ExtensionsWebSocketSharp.WebSocket
IsAliveWebSocketSharp.WebSocket
IsSecureWebSocketSharp.WebSocket
LogWebSocketSharp.WebSocket
OnCloseWebSocketSharp.WebSocket
OnErrorWebSocketSharp.WebSocket
OnMessageWebSocketSharp.WebSocket
OnOpenWebSocketSharp.WebSocket
OriginWebSocketSharp.WebSocket
Ping()WebSocketSharp.WebSocketinline
Ping(string message)WebSocketSharp.WebSocketinline
ProtocolWebSocketSharp.WebSocket
ReadyStateWebSocketSharp.WebSocket
Send(byte[] data)WebSocketSharp.WebSocketinline
Send(FileInfo fileInfo)WebSocketSharp.WebSocketinline
Send(string data)WebSocketSharp.WebSocketinline
Send(Stream stream, int length)WebSocketSharp.WebSocketinline
SendAsync(byte[] data, Action< bool > completed)WebSocketSharp.WebSocketinline
SendAsync(FileInfo fileInfo, Action< bool > completed)WebSocketSharp.WebSocketinline
SendAsync(string data, Action< bool > completed)WebSocketSharp.WebSocketinline
SendAsync(Stream stream, int length, Action< bool > completed)WebSocketSharp.WebSocketinline
SetCookie(Cookie cookie)WebSocketSharp.WebSocketinline
SetCredentials(string username, string password, bool preAuth)WebSocketSharp.WebSocketinline
SetProxy(string url, string username, string password)WebSocketSharp.WebSocketinline
SslConfigurationWebSocketSharp.WebSocket
UrlWebSocketSharp.WebSocket
WaitTimeWebSocketSharp.WebSocket
WebSocket(string url, params string[] protocols)WebSocketSharp.WebSocketinline