InboundCallHeaderMapper Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.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 -> InboundCallHeaderMapperParameters
- userID String
-
- config ISIPConfiguration
-
See Also