vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
connectTCP
index
vibe
core
net
Establishes a connection to the given host/port.
TCPConnection
connectTCP
(string host, ushort port, string bind_interface, ushort bind_port)
@
safe
TCPConnection
connectTCP
(
string
host
,
ushort
port
,
string
bind_interface
= null
,
ushort
bind_port
= 0
)
TCPConnection
connectTCP
(NetworkAddress addr, NetworkAddress bind_address)
Meta
Source
See Implementation
index
vibe
core
net
enums
TCPListenOptions
functions
anyAddress
connectTCP
listenTCP
listenTCP_s
listenUDP
resolveHost
interfaces
TCPConnection
TCPListener
UDPConnection
structs
NetworkAddress
Establishes a connection to the given host/port.