CameraServerOnAuthenticationRequired Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected virtual bool OnAuthenticationRequired(
ICameraClient client,
RtspMethod method
)
Protected Overridable Function OnAuthenticationRequired (
client As ICameraClient,
method As RtspMethod
) As Boolean
protected:
virtual bool OnAuthenticationRequired(
ICameraClient^ client,
RtspMethod method
)
abstract OnAuthenticationRequired :
client : ICameraClient *
method : RtspMethod -> bool
override OnAuthenticationRequired :
client : ICameraClient *
method : RtspMethod -> bool
Parameters
- client ICameraClient
-
- method RtspMethod
-
Return Value
Boolean
See Also