RemotePartyIDInfo Constructor (SIPAddress, ListSIPParam) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RemotePartyIDInfo(
SIPAddress identity,
List<SIPParam> tokens
)
Public Sub New (
identity As SIPAddress,
tokens As List(Of SIPParam)
)
public:
RemotePartyIDInfo(
SIPAddress^ identity,
List<SIPParam^>^ tokens
)
new :
identity : SIPAddress *
tokens : List<SIPParam> -> RemotePartyIDInfo
Parameters
- identity
- Type: Ozeki.VoIPSIPAddress
- tokens
- Type: System.Collections.GenericListSIPParam
See Also