SIPEventNotificationArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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