| HandleClientsentFile Method |
Send File Abstraction
Namespace:
CSharpGrid.TCPServer
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract void sentFile(
string filename
)
protected:
virtual void sentFile(
String^ filename
) abstract
Parameters
- filename
- Type: SystemString
Filename
See Also