_send blocks until the message has been queued on the socket.
trySend performs the operation in non-blocking mode, and returns
a bool value that signifies whether the message was queued on the
socket.
The char[] overload is a convenience function that simply casts
the string argument to ubyte[].
Sends a message part.
_send blocks until the message has been queued on the socket. trySend performs the operation in non-blocking mode, and returns a bool value that signifies whether the message was queued on the socket.
The char[] overload is a convenience function that simply casts the string argument to ubyte[].