Click or drag to resize

ChannelConnectOptionsPayload Property

Payload to pass to ChannelProvider.ClientConnected action.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Object Payload { get; set; }

Property Value

Type: Object
The Payload property gets the value of the underlying JObject field, "payload".
See Also