For text based protocols such as HTTP, SMTP, POP3 this method will extract a text line from the binary buffer.


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

Syntax

Visual Basic (Declaration)
Public Function ExtractLineFromReceiveBuffer() As String
C#
public string ExtractLineFromReceiveBuffer()
C++
public:
 String ExtractLineFromReceiveBuffer() sealed 
J#
public string ExtractLineFromReceiveBuffer()
JScript
public  function ExtractLineFromReceiveBuffer() : String

Return Value

a line from the buffer

See Also