Click or drag to resize
Request Constructor (RequestLine, ListHeader, String)
Initializes a new instance of the Request class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Request(
	RequestLine rl,
	List<Header> hs,
	string body = null
)

Parameters

rl
Type: Ozeki.VoIPRequestLine
hs
Type: System.Collections.GenericListHeader
body (Optional)
Type: SystemString
See Also