Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2WebResourceResponseView_Impl
source · [−]pub trait ICoreWebView2WebResourceResponseView_Impl: Sized {
fn Headers(&self) -> Result<ICoreWebView2HttpResponseHeaders>;
fn StatusCode(&self, statuscode: *mut i32) -> Result<()>;
fn ReasonPhrase(&self, reasonphrase: *mut PWSTR) -> Result<()>;
fn GetContent(
&self,
handler: &Option<ICoreWebView2WebResourceResponseViewGetContentCompletedHandler>
) -> Result<()>;
}
Required Methods
source
fn Headers(&self) -> Result<ICoreWebView2HttpResponseHeaders>
sourcefn GetContent(