Network.WS.Client¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | Any | ||
| Output ➡️ | The peer object created. | Object | ||
| Address | No | The local bind address or the remote address. | none | StringVar(String) | 
| Handler | No | The shards to execute when a packet is received. | none | Shard[Shard]None | 
| Raw | No | If set to true, the client will receive raw byte packets instead of serialized objects. | none | NoneBool | 
This shard creates a WebSocket client connection using the TCP, on the address specified in the Address.