| MvEndPointEncoder Property |
Gets the message encoder.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual MvEndPointMsgEncoder Encoder { get; }
Public Overridable ReadOnly Property Encoder As MvEndPointMsgEncoder
Get
public:
virtual property MvEndPointMsgEncoder^ Encoder {
MvEndPointMsgEncoder^ 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