SIPUserAgentDetailsUpdate Method |
Updates the properties with the values from an OPTIONS message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Update(
OptionsResult optionsResult
)
Public Sub Update (
optionsResult As OptionsResult
)
public:
void Update(
OptionsResult^ optionsResult
)
member Update :
optionsResult : OptionsResult -> unit
Parameters
- optionsResult
- Type: Ozeki.VoIPOptionsResult
The SIP headers from the OPTIONS message.
See Also