Click or drag to resize
SocketHelperReadLine Method (Socket)
reads a line

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static ArraySegment<byte> ReadLine(
	Socket socket
)

Parameters

socket
Type: System.Net.SocketsSocket

[Missing <param name="socket"/> documentation for "M:Adf.SocketHelper.ReadLine(System.Net.Sockets.Socket)"]

Return Value

Type: ArraySegmentByte
String that was read in
See Also