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: OptionsName of the option |
| value | val value: Tvalue of the option |