ServerSocket

Syntax

<Path>.ServerSocket:boolean

The attribute ServerSocket sets if the object Socket designated by <Path> works as a server socket (true) or as a client socket (false).

Data Type of the Value You Can Assign

You can assign a value of data type boolean.

Example

MySocket.ServerSocket := false

Related Topic

Server socket