CFSocket.SendData(Byte[], Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.