TcpKeepAliveBuildBuffer Method |
Returns a managed array of bytes representing the struct content.
Namespace: VirtualRadar.InteropAssembly: VirtualRadar.Interop (in VirtualRadar.Interop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] BuildBuffer()
Public Function BuildBuffer As Byte()
public:
array<unsigned char>^ BuildBuffer()
member BuildBuffer : unit -> byte[]
Return Value
Type:
ByteRemarks
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