Click or drag to resize

ConnectionCloseAsync Method

Closes the socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 17.00.05
Syntax
C#
public override sealed Task CloseAsync(
	bool sync
)

Parameters

sync
Type: SystemBoolean

[Missing <param name="sync"/> documentation for "M:Demo3D.Net.Connection.CloseAsync(System.Boolean)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.Net.Connection.CloseAsync(System.Boolean)"]

See Also