| 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; }
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