SIPUserAgentDetailsUpdate Method (OptionsResult) |
Updates the properties with the values from an OPTIONS message.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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