Click or drag to resize

ProtocolSocketShutdown Method (String)

Logs an error, and then shuts down the socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public void Shutdown(
	string message
)

Parameters

message
Type: SystemString
The message of the error that's provoking the shutdown.
See Also