Interface ISocketOptions
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/net/SocketOptions.html
public interface ISocketOptions
Methods
GetOption(int)
object GetOption(int arg0)
Parameters
Returns
Exceptions
SetOption(int, object)
void SetOption(int arg0, object arg1)