RtspRequestLine Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 RtspMethod
-
- location String
-
- version String
-
See Also