Click or drag to resize
SIPResponseArgs Constructor (Int32)
Creates a new instance of the SIPResponseArgs class.

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

Parameters

statusCode
Type: SystemInt32
The status code of the response.
See Also