SkyWay Unity SDK
公式APIリファレンス
読み取り中…
検索中…
一致する文字列を見つけられません
WebSocketSharp.WebSocket メンバ一覧

継承メンバを含む WebSocketSharp.WebSocket の全メンバ一覧です。

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
HandshakeResponseHeadersWebSocketSharp.WebSocket
IsAliveWebSocketSharp.WebSocket
IsSecureWebSocketSharp.WebSocket
LogWebSocketSharp.WebSocket
NoDelayWebSocketSharp.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
SetUserHeader(string name, string value)WebSocketSharp.WebSocketinline
SslConfigurationWebSocketSharp.WebSocket
UrlWebSocketSharp.WebSocket
WaitTimeWebSocketSharp.WebSocket
WebSocket(string url, Dictionary< string, string > customHeaders, params string[] protocols)WebSocketSharp.WebSocketinline