SIPTransportLayerSetSIPMessageManipulator Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void SetSIPMessageManipulator(
ISIPMessageManipulator manipulator
)
Public Sub SetSIPMessageManipulator (
manipulator As ISIPMessageManipulator
)
public:
virtual void SetSIPMessageManipulator(
ISIPMessageManipulator^ manipulator
) sealed
abstract SetSIPMessageManipulator :
manipulator : ISIPMessageManipulator -> unit
override SetSIPMessageManipulator :
manipulator : ISIPMessageManipulator -> unit
Parameters
- manipulator ISIPMessageManipulator
-
Implements
ISIPTransportLayerSetSIPMessageManipulator(ISIPMessageManipulator)
See Also