Click or drag to resize

IncomingMessageManagerPropertiesRespondBehind Property

Read any outstanding delayed response before sending another request to the server.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public bool RespondBehind { get; set; }

Property Value

Type: Boolean
Remarks
Since write responses (for example) only contains success indication, you can continue with other tasks while the peer processes the request, and only read the result when it arrives later.
See Also