CFSocket.SendData(Byte[], Double) Method

Definition

Sends data over the socket.

public void SendData (byte[] data, double timeout);
member this.SendData : byte[] * double -> unit

Parameters

data
Byte[]
timeout
Double

Time to wait for the operation to complete.

Remarks

This method raises an exception CFSocketException if the sending buffer is full, or the timeout expires before the data is sent.

Applies to