Namespace SipLib.Body
Contains classes for working with the body of SIP messages.
Classes
BodyParser
This class extracts both binary and text contents blocks from a SIP message. The ProcessMultiPartContents() method may be used to handle MSRP multipart/mixed message bodies.
ContentTypes
Static class that defines values used for the Content-Type SIP and HTTP headers for MIME types used in NG9-1-1 applications.
MessageContentsContainer
Class for holding the Content-Type and the contents for a single contents block of a SIP message or an MSRP message.
MultipartBinaryBodyBuilder
Class for building multipart/mixed message bodies that may contain binary contents as well as text contents.
SipBodyBuilder
Class for building and attaching the contents body of a SIP request or a SIP response message.