IOptionsSenderUASendOptionsRequest Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendOptionsRequest(
IOptionsReceiver line,
int cSeq,
SIPAddress from,
TransportInfo transportInfo
)
Function SendOptionsRequest (
line As IOptionsReceiver,
cSeq As Integer,
from As SIPAddress,
transportInfo As TransportInfo
) As Boolean
bool SendOptionsRequest(
IOptionsReceiver^ line,
int cSeq,
SIPAddress^ from,
TransportInfo^ transportInfo
)
abstract SendOptionsRequest :
line : IOptionsReceiver *
cSeq : int *
from : SIPAddress *
transportInfo : TransportInfo -> bool
Parameters
- line
- Type: Ozeki.VoIPIOptionsReceiver
- cSeq
- Type: SystemInt32
- from
- Type: Ozeki.VoIPSIPAddress
- transportInfo
- Type: Ozeki.NetworkTransportInfo
Return Value
Type:
BooleanSee Also