windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBackgroundCopyJobHttpOptions3_Impl

pub trait IBackgroundCopyJobHttpOptions3_Impl: IBackgroundCopyJobHttpOptions2_Impl {
    // Required methods
    fn SetServerCertificateValidationInterface(
        &self,
        certvalidationcallback: Ref<'_, IUnknown>,
    ) -> Result<()>;
    fn MakeCustomHeadersWriteOnly(&self) -> Result<()>;
}

Required Methods§

fn SetServerCertificateValidationInterface( &self, certvalidationcallback: Ref<'_, IUnknown>, ) -> Result<()>

fn MakeCustomHeadersWriteOnly(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§