Interface ISocketOptions
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/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)