SocketTools .NET Edition

SocketWrench.WriteStream Method

Write a stream of bytes to the socket.

Overload List

Write a stream of bytes to the socket.

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

Write a string of characters to the socket.

public bool WriteStream(string,ref int);

See Also

SocketWrench Class | SocketTools Namespace