Click or drag to resize

ProtocolSocketClose Method (Exception)

Logs an error, and then closes the socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void Close(
	Exception e
)

Parameters

e
Type: SystemException
The exception that's provoking the close.
See Also