Click or drag to resize

SIPResponseArgs(Int32) Constructor

Creates a new instance of the SIPResponseArgs class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SIPResponseArgs(
	int statusCode
)

Parameters

statusCode  Int32
The status code of the response.
See Also