IHeaderModifier Interface |
Interface for SIP header or SDP attribute modifiers.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public interface IHeaderModifier
Public Interface IHeaderModifier
public interface class IHeaderModifier
type IHeaderModifier = interface end
The IHeaderModifier type exposes the following members.
Methods
| Name | Description |
---|
| Modify |
Modifies the value of the header.
|
TopProperties
| Name | Description |
---|
| CompactName |
Gets the short name of the header which value will be modified.
|
| Name |
Gets the name of the header which value will be modified.
|
TopSee Also