Click or drag to resize
SIPMessage Constructor
Initializes a new instance of the SIPMessage class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected SIPMessage(
	List<Header> headers,
	string body = null
)

Parameters

headers
Type: System.Collections.GenericListHeader
body (Optional)
Type: SystemString
See Also