IMessageAppendix Interface |
Interface for message appendix.
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public interface IMessageAppendix
Public Interface IMessageAppendix
public interface class IMessageAppendix
type IMessageAppendix = interface end
The IMessageAppendix type exposes the following members.
Methods
| Name | Description |
---|
| Parse |
Parses.
|
| ToString |
Convert this object into a string representation.
|
TopRemarks
This interface is used to implement custom content types for messages that correspond to
a particular MIME type. See StaticConfiguration on how to add a custom message content.
See Also