Click or drag to resize
IMessageAppendix Interface
Interface for message appendix.

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IMessageAppendix

The IMessageAppendix type exposes the following members.

Methods
  NameDescription
Public methodParse
Parses.
Public methodToString
Convert this object into a string representation.
Top
Remarks
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