sok / Sok.Socket.Options / SocketOption
class SocketOption<T>
(source)
Platform and version requirements: Common
Class representing a socket option and its type
<init> | SocketOption(name: Options , value: T ) new option |
name | val name: Options Name of the option |
value | val value: T value of the option |