InboundCallHeaderMapper Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- config
- Type: Ozeki.VoIPISIPConfiguration
See Also