Ozeki VoIP SDK Class library
RtspRequestLine Constructor (method, location, version)
NamespacesOzeki.Media.IPCamera.OzRTSP.HeadersRtspRequestLineRtspRequestLine(RtspMethod, String, String)
Initializes a new instance of the RtspRequestLine class
Declaration Syntax
C#Visual BasicVisual C++
public RtspRequestLine(
	RtspMethod method,
	string location,
	string version
)
Public Sub New ( 
	method As RtspMethod,
	location As String,
	version As String
)
public:
RtspRequestLine(
	RtspMethod method, 
	String^ location, 
	String^ version
)
Parameters
method (RtspMethod)
location (String)
version (String)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290