Class MimeBodyCondition
Tests if an incoming call’s SIP INVITE or MESSAGE has a body part with a specified MIME type. See Sections 3.3.3.1.4 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class MimeBodyCondition : ConditionBase
Constructors
| Edit this page View SourceMimeBodyCondition()
Constructor
Declaration
public MimeBodyCondition()
Properties
| Edit this page View SourcemimeList
Contains an array of strings. Each element specifies a MIME type.
Declaration
public List<string> mimeList { get; set; }
Property Value
Type | Description |
---|---|
List<string> |