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: 10.3.183.0
Syntax
public SIPResponseArgs(
	int statusCode
)

Parameters

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