Initializes a new instance of the
SIPMessage class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected SIPMessage(
List<Header> headers,
string body = null
)
Protected Sub New (
headers As List(Of Header),
Optional body As String = Nothing
)
protected:
SIPMessage(
List<Header^>^ headers,
String^ body = nullptr
)
new :
headers : List<Header> *
?body : string
(* Defaults:
let _body = defaultArg body null
*)
-> SIPMessage
Parameters
- headers
- Type: System.Collections.GenericListHeader
- body (Optional)
- Type: SystemString
See Also