ICameraServerOnAuthenticationRequested Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxbool OnAuthenticationRequested(
BaseAuthenticationInfo info,
ICameraClient client
)
Function OnAuthenticationRequested (
info As BaseAuthenticationInfo,
client As ICameraClient
) As Boolean
bool OnAuthenticationRequested(
BaseAuthenticationInfo^ info,
ICameraClient^ client
)
abstract OnAuthenticationRequested :
info : BaseAuthenticationInfo *
client : ICameraClient -> bool
Parameters
- info
- Type: Ozeki.VoIPBaseAuthenticationInfo
- client
- Type: Ozeki.CameraICameraClient
Return Value
Type:
Boolean
See Also