kaios-types
Preparing search index...
SocketOptions
Interface SocketOptions
Options for opening a TCP socket.
interface
SocketOptions
{
binaryType
?:
TCPSocketBinaryType
;
useSecureTransport
?:
boolean
;
}
Index
Properties
binary
Type?
use
Secure
Transport?
Properties
Optional
binary
Type
binaryType
?:
TCPSocketBinaryType
Optional
use
Secure
Transport
useSecureTransport
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binary
Type
use
Secure
Transport
kaios-types
Loading...
Options for opening a TCP socket.