Click or drag to resize
Response Constructor (StatusLine, String)
Initializes a new instance of the Response class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Response(
	StatusLine sl,
	string body = null
)

Parameters

sl
Type: Ozeki.VoIPStatusLine
body (Optional)
Type: SystemString
See Also