Click or drag to resize

RtspRequestLine Constructor

Initializes a new instance of the RtspRequestLine class

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

Parameters

method  RtspMethod
 
location  String
 
version  String
 
See Also