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
/
Endpoint
Endpoint
mingw
data
class
Endpoint
(
val
ip
:
Win32Socket.IP
,
val
port
:
Int
)
Members
Constructors
Endpoint
Link copied to clipboard
mingw
constructor
(
ip
:
Win32Socket.IP
,
port
:
Int
)
Properties
ip
Link copied to clipboard
mingw
val
ip
:
Win32Socket.IP
port
Link copied to clipboard
mingw
val
port
:
Int
Functions
to
Async
Address
Link copied to clipboard
mingw
fun
toAsyncAddress
(
)
:
AsyncSocketAddress
to
String
Link copied to clipboard
mingw
open
override
fun
toString
(
)
:
String