Click or drag to resize

SIPMessageInfo(Boolean) Constructor

Initializes a new instance of the SIPMessageInfo class.

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

Parameters

isRequest  Boolean
Indicates whether the message is a request.
See Also