Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_10_Impl
source · [−]pub trait ICoreWebView2_10_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl + ICoreWebView2_7_Impl + ICoreWebView2_8_Impl + ICoreWebView2_9_Impl {
fn add_BasicAuthenticationRequested(
&self,
eventhandler: &Option<ICoreWebView2BasicAuthenticationRequestedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_BasicAuthenticationRequested(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
}
Required Methods
sourcefn add_BasicAuthenticationRequested(
fn add_BasicAuthenticationRequested(
&self,
eventhandler: &Option<ICoreWebView2BasicAuthenticationRequestedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
sourcefn remove_BasicAuthenticationRequested(