SocketTools .NET Edition

SocketWrench.Read Method

Read data from the socket and store it in a byte array.

Overload List

Read data from the socket and store it in a byte array.

public int Read(byte[]);

Read data from the socket and store it in a byte array.

public int Read(byte[],int);

Read data from the socket and store it in a string.

public int Read(ref string);

Read data from the socket and store it in a string.

public int Read(ref string,int);

See Also

SocketWrench Class | SocketTools Namespace