Click or drag to resize

SIPMessage Constructor

Initializes a new instance of the SIPMessage class

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

Parameters

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