Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl
source · [−]pub trait ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl: Sized {
fn Uri(&self, value: *mut PWSTR) -> Result<()>;
fn Challenge(&self, challenge: *mut PWSTR) -> Result<()>;
fn Response(&self) -> Result<ICoreWebView2BasicAuthenticationResponse>;
fn Cancel(&self, cancel: *mut BOOL) -> Result<()>;
fn SetCancel(&self, cancel: BOOL) -> Result<()>;
fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}
Required Methods
source
fn Response(&self) -> Result<ICoreWebView2BasicAuthenticationResponse>
source