pub trait ICoreWebView2_10_Impl: Sized + ICoreWebView2_9_Impl {
    // Required methods
    fn add_BasicAuthenticationRequested(
        &self,
        eventhandler: Option<&ICoreWebView2BasicAuthenticationRequestedEventHandler>,
        token: *mut EventRegistrationToken,
    ) -> Result<(), Error>;
    fn remove_BasicAuthenticationRequested(
        &self,
        token: &EventRegistrationToken,
    ) -> Result<(), Error>;
}

Required Methods§

source

fn add_BasicAuthenticationRequested( &self, eventhandler: Option<&ICoreWebView2BasicAuthenticationRequestedEventHandler>, token: *mut EventRegistrationToken, ) -> Result<(), Error>

source

fn remove_BasicAuthenticationRequested( &self, token: &EventRegistrationToken, ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§