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.3.183.0
Syntax
public RtspRequestLine(
	RtspMethod method,
	string location,
	string version
)

Parameters

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