Click or drag to resize

RtspRequestLine Constructor

Initializes a new instance of the RtspRequestLine class

Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public RtspRequestLine(
	RtspMethod method,
	string location,
	string version
)

Parameters

method  RtspMethod
 
location  String
 
version  String
 
See Also