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

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string ReadLine(
	Socket socket,
	Encoding encoding
)

Parameters

socket
Type: System.Net.SocketsSocket

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

encoding
Type: System.TextEncoding

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

Return Value

Type: String
String that was read in
See Also