SIPHeaderMapping Constructor (SIPMappingField, CallProperty, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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