InboundCallHeaderMapper Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic InboundCallHeaderMapper(
string userID,
ISIPConfiguration config
)
Public Sub New (
userID As String,
config As ISIPConfiguration
)
public:
InboundCallHeaderMapper(
String^ userID,
ISIPConfiguration^ config
)
new :
userID : string *
config : ISIPConfiguration -> InboundCallHeaderMapper
Parameters
- userID String
-
- config ISIPConfiguration
-
See Also