SocketTools .NET Edition

SocketWrench.ReadStream Method

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

Overload List

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

public bool ReadStream(byte[],ref int);

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

public bool ReadStream(byte[],ref int,byte[]);

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

public bool ReadStream(byte[],ref int,byte[],SocketStream);

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

public bool ReadStream(ref string);

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

public bool ReadStream(ref string,bool);

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

public bool ReadStream(ref string,ref int);

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

public bool ReadStream(ref string,ref int,bool);

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

public bool ReadStream(ref string,ref int,string,bool);

See Also

SocketWrench Class | SocketTools Namespace