SocketAbstraction
public static int Read(
Socket socket,
byte[]
buffer,
int offset,
int size,
TimeSpan readTimeout)
public static void ReadContinuous(
Socket socket,
byte[]
buffer,
int offset,
int size,
Action<
byte[],
int,
int>
processReceivedBytesAction)
public static void Send(
Socket socket,
byte[]
data)
public static void Send(
Socket socket,
byte[]
data,
int offset,
int size)