RtspRequestLine Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax 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
)
new :
method : RtspMethod *
location : string *
version : string -> RtspRequestLine
Parameters
- method
- Type: Ozeki.CameraRtspMethod
- location
- Type: SystemString
- version
- Type: SystemString
See Also