SIPResponseArgs Constructor (Int32) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPResponseArgs(
int statusCode
)
Public Sub New (
statusCode As Integer
)
public:
SIPResponseArgs(
int statusCode
)
new :
statusCode : int -> SIPResponseArgs
Parameters
- statusCode
- Type: SystemInt32
The status code of the response.
See Also