s&
newspaper
About
info
About s&box
newspaper
Latest News
published_with_changes
Changes
map
Roadmap
monitoring
Metrics
games
Games
sports_esports
Browse Games
rocket
Discover Games
business_center
Workshop
sports_esports
Games
landscape
Maps
chair
Models
texture
Materials
apparel
Clothing
construction
More..
forum
Forum
docs
Docs
docs
Documentation
dashboard
Api Reference
school
Tutorials
input
Log in with Steam
chevron_left
Change Language
简体中文
English
Русский
Español
Português-Brasil
Deutsch
日本語
Français
Polski
Türkçe
한국어
Pirate
Italiano
ไทย
繁體中文
Українська
Čeština
Nederlands
Magyar
Dansk
Suomi
Svenska
Norsk
Ελληνικά
Română
Български
Tiếng Việt
Bahasa Indonesia
Español-Latinoamérica
العربية
Api
Classes
WebSocket
chevron_left
Classes
class
WebSocket
search
Constructors
functions
WebSocket
Properties
data_object
EnableCompression
data_object
IsConnected
data_object
SubProtocol
Methods
functions
AddSubProtocol
functions
Connect
functions
Dispose
functions
Send
WebSocket
A WebSocket client for connecting to external services.
class
Sandbox
.
sealed
Sandbox.Engine
Remarks
Events handlers will be called on the synchronization context that Connect was called on.
build
Constructors
1
WebSocket
(
maxMessageSize
)
Initialized a new WebSocket client.
data_object
Properties
3
EnableCompression
bool
Enable or disable compression for the websocket. If the server supports it, compression will be enabled for all messages. Note: compression is disabled by default, and can be dangerous if you are sending secrets across the network.
IsConnected
bool
Returns true as long as a WebSocket connection is established.
SubProtocol
string
Get the sub-protocol that was negotiated during the opening handshake.
functions
Methods
4
AddSubProtocol
(
protocol
)
Add a sub-protocol to be negotiated during the WebSocket connection handshake.
Connect
(
websocketUri
,
ct
)
Task
Establishes a connection to an external WebSocket service.
Dispose
(
)
Cleans up resources used by the WebSocket client. This will also immediately close the connection if it is currently open.
Send
(
message
)
ValueTask
Sends a text message to the WebSocket server.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.