Interface NetworkService

Interface summary


Methods

quarantine name/string -> none

resolve handle/int host/string -> List

socket-get-option handle/int option/int -> any

socket-mtu handle/int -> int

socket-set-option handle/int option/int value/any -> none

socket-write handle/int data/any -> int

tcp-accept handle/int -> int

tcp-close-write handle/int -> none

tcp-connect handle/int ip/ByteArray port/int -> int

tcp-listen handle/int port/int -> int

udp-connect handle/int ip/ByteArray port/int -> none

udp-open handle/int port/int -> int

udp-open-multicast handle/int address/ByteArray port/int if-addr/ByteArray reuse-address/bool reuse-port/bool loopback/bool ttl/int -> int

udp-receive handle/int -> List

udp-send handle/int data/ByteArray ip/ByteArray port/int -> none