SIPHeaderMapping Constructor (SIPMappingField, CallProperty, String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SIPHeaderMapping(
SIPMappingField sipField,
CallProperty callVariable,
string customValue
)
Public Sub New (
sipField As SIPMappingField,
callVariable As CallProperty,
customValue As String
)
public:
SIPHeaderMapping(
SIPMappingField sipField,
CallProperty callVariable,
String^ customValue
)
new :
sipField : SIPMappingField *
callVariable : CallProperty *
customValue : string -> SIPHeaderMapping
Parameters
- sipField
- Type: Ozeki.VoIPSIPMappingField
The SIP field. - callVariable
- Type: Ozeki.VoIPCallProperty
The call property. - customValue
- Type: SystemString
The custom value.
See Also