SIPEventNotificationArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SIPEventNotificationArgs(
string contentType,
string body
)
Public Sub New (
contentType As String,
body As String
)
public:
SIPEventNotificationArgs(
String^ contentType,
String^ body
)
new :
contentType : string *
body : string -> SIPEventNotificationArgs
Parameters
- contentType String
- body String
See Also