Click or drag to resize
TcpKeepAliveBuildBuffer Method
Returns a managed array of bytes representing the struct content.

Namespace: VirtualRadar.Interop
Assembly: VirtualRadar.Interop (in VirtualRadar.Interop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte[] BuildBuffer()

Return Value

Type: Byte
Remarks
This is intended for use with the Socket.IOControl method, which takes a managed array of bytes. We don't need to keep this struct hanging around in unmanaged memory when it's used.
See Also