Click or drag to resize

Request Constructor (RequestLine, String)

Initializes a new instance of the Request class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Request(
	RequestLine rl,
	string body = null
)

Parameters

rl
Type: Ozeki.VoIPRequestLine
body (Optional)
Type: SystemString
See Also