SIPEventNotificationArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
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 -> SIPEventNotificationArgsParameters
- contentType String
- body String
See Also