SocketTools .NET Edition

SocketWrench.Write Method

Write one or more bytes of data to the socket.

Overload List

Write one or more bytes of data to the socket.

public int Write(byte[]);

Write one or more bytes of data to the socket.

public int Write(byte[],int);

Write a string of characters to the socket.

public int Write(string);

Write a string of characters to the socket.

public int Write(string,int);

See Also

SocketWrench Class | SocketTools Namespace