Extracts text lines from a binary buffer until a blank line or the end of is encountered.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Function ExtractLinesFromReceiveBuffer() As List(Of String)
C#
public List<string> ExtractLinesFromReceiveBuffer()
C++
public:
 List<string> ExtractLinesFromReceiveBuffer() sealed 
J#
public List<string> ExtractLinesFromReceiveBuffer()
JScript
public  function ExtractLinesFromReceiveBuffer() : List<string>

Return Value

a list of strings that represents the headers in the order they occur in the buffer

See Also