Property | Type | Description |
---|
Method | Description | |
---|---|---|
Close ( ) : void | ||
Close ( ushort code ) : void | ||
Close ( ushort code, string reason ) : void | ||
Send ( string data ) : void | ||
WebSocket ( string url ) : System | ||
WebSocket ( string url, string protocols ) : System |
public Close ( ushort code, string reason ) : void | ||
code | ushort | |
reason | string | |
return | void |
public WebSocket ( string url, string protocols ) : System | ||
url | string | |
protocols | string | |
return | System |