Click or drag to resize

MvEndPointEncoder Property

Gets the message encoder.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public virtual MvEndPointMsgEncoder Encoder { get; }

Property Value

Type: MvEndPointMsgEncoder
The message encoder, or null if there is no connection, or no message encoder that has been set.
Remarks
See Also