Click or drag to resize

PBXBaseOnAuthenticationRequired(ISIPClientExtension, RequestAuthenticationInfo) Method

An extension denoted in the parameter need to be authenticated.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected virtual bool OnAuthenticationRequired(
	ISIPClientExtension extension,
	RequestAuthenticationInfo requestAuthInfo
)

Parameters

extension  ISIPClientExtension
Extension that is being authenticated
requestAuthInfo  RequestAuthenticationInfo
Information about the request that is being authenticated

Return Value

Boolean
See Also