ISIPTransportLayerSetSIPMessageManipulator Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid SetSIPMessageManipulator(
ISIPMessageManipulator manipulator
)
Sub SetSIPMessageManipulator (
manipulator As ISIPMessageManipulator
)
void SetSIPMessageManipulator(
ISIPMessageManipulator^ manipulator
)
abstract SetSIPMessageManipulator :
manipulator : ISIPMessageManipulator -> unit
Parameters
- manipulator
- Type: Ozeki.VoIPISIPMessageManipulator
See Also