SocketType Property
Applies To: TCPSocket
Description
The SocketType property is a character vector that specifies the type of the TCP/IP socket. This is either Stream
(which is the default), or UDP
.
SocketType must be defined when the object is created and may not be set or changed using ⎕WS
.
For two Dyalog applications to communicate, their TCPSocket objects must have the same SocketType.