Click or drag to resize

Response Constructor (StatusLine, ListHeader, String)

Initializes a new instance of the Response class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Response(
	StatusLine sl,
	List<Header> hs,
	string body = null
)

Parameters

sl
Type: Ozeki.VoIPStatusLine
hs
Type: System.Collections.GenericListHeader
body (Optional)
Type: SystemString
See Also