Click or drag to resize

ProtocolSocketShutdown(LogMessageLogLevel, String, Object) Method

Forcibly shuts down the socket, and then logs an error.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void Shutdown(
	LogMessageLogLevel level,
	string? message,
	Object? context = null
)

Parameters

level  LogMessageLogLevel
The message level.
message  String
The message to log.
context  Object  (Optional)
Any contextual information about the message (such as the associated exception).
See Also