Click or drag to resize
RtspRequestLine Constructor
Initializes a new instance of the RtspRequestLine class

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

Parameters

method
Type: Ozeki.CameraRtspMethod
location
Type: SystemString
version
Type: SystemString
See Also