CameraServerOnAuthenticationRequested Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual bool OnAuthenticationRequested(
BaseAuthenticationInfo info,
ICameraClient client
)
Protected Overridable Function OnAuthenticationRequested (
info As BaseAuthenticationInfo,
client As ICameraClient
) As Boolean
protected:
virtual bool OnAuthenticationRequested(
BaseAuthenticationInfo^ info,
ICameraClient^ client
)
abstract OnAuthenticationRequested :
info : BaseAuthenticationInfo *
client : ICameraClient -> bool
override OnAuthenticationRequested :
info : BaseAuthenticationInfo *
client : ICameraClient -> bool
Parameters
- info
- Type: Ozeki.VoIPBaseAuthenticationInfo
- client
- Type: Ozeki.CameraICameraClient
Return Value
Type:
BooleanSee Also