korlibs
Toggle table of contents
6.1.0-SNAPSHOT
mingw
Target filter
mingw
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-network-core
/
korlibs.io.socket
/
Win32Socket
/
Companion
Companion
mingw
object
Companion
Members
Properties
DEBUG_
SOCKET
Link copied to clipboard
mingw
const
val
DEBUG_SOCKET
:
Boolean
=
false
Functions
bound
Link copied to clipboard
mingw
suspend
fun
bound
(
host
:
String
,
port
:
Int
,
secure
:
Boolean
=
false
)
:
Win32Socket
check
Errors
Link copied to clipboard
mingw
fun
checkErrors
(
name
:
String
=
""
)
connect
Link copied to clipboard
mingw
suspend
fun
connect
(
host
:
String
,
port
:
Int
,
secure
:
Boolean
=
false
)
:
Win32Socket
invoke
Link copied to clipboard
mingw
operator
fun
invoke
(
secure
:
Boolean
)
:
Win32Socket