SIPEventNotificationArgs Constructor |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- body
- Type: SystemString
See Also