.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
internal struct tcp_keepalive
{
internal uint onoff;
internal uint keepalivetime;
internal uint keepaliveinterval;
};
VB Definition:
Structure tcp_keepalive
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
None.
