Xbasic
INET::Socket::GetOptions Method
Syntax
Options as C = GetOptions(OptionsRequested as C)
Arguments
- OptionsRequested
The status of the requested connection options.
- OptionsRequested
Options - One or more of the following:
- A - Accepting
- L - Linger
- K - Keep Alive
- R - Reuse Address
- N - Don't route
- D - Delay
- X - Debug
- I - Receive buffer size
- O - Send buffer size
- T - Timeout
Description
The INET::Socket::GetOptions() method gets one or more option values in a single call.
See Also