CameraServerOnAuthenticationRequired Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.CameraICameraClient
- method
- Type: Ozeki.CameraRtspMethod
Return Value
Type:
Boolean
See Also