C-DEngine 5.105

WebSocket..::..Send Method (FileInfo)

Sends the specified file as binary data using the WebSocket connection.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void Send(
	FileInfo file
)
Public Sub Send ( _
	file As FileInfo _
)
public:
void Send(
	FileInfo^ file
)

Parameters

file
Type: FileInfo
A FileInfo that represents the file to send.