Click or drag to resize
SIPMessageInfo Constructor (Boolean)
Initializes a new instance of the SIPMessageInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPMessageInfo(
	bool isRequest
)

Parameters

isRequest
Type: SystemBoolean
Indicates whether the message is a request.
See Also