| ClientBaseSend Method |
Sends specified byte array to the server.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void Send(
byte[] bytes
)
Public Sub Send (
bytes As Byte()
)
public:
void Send(
array<unsigned char>^ bytes
)
member Send :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
Byte array to send.
See Also