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: 10.3.199.0
Syntax
public SIPMessageInfo(
	bool isRequest
)

Parameters

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