windows::Networking::Sockets

Trait IWebSocketInformation2_Impl

pub trait IWebSocketInformation2_Impl: IWebSocketInformation_Impl {
    // Required methods
    fn ServerCertificate(&self) -> Result<Certificate>;
    fn ServerCertificateErrorSeverity(&self) -> Result<SocketSslErrorSeverity>;
    fn ServerCertificateErrors(
        &self,
    ) -> Result<IVectorView<ChainValidationResult>>;
    fn ServerIntermediateCertificates(&self) -> Result<IVectorView<Certificate>>;
}

Required Methods§

fn ServerCertificate(&self) -> Result<Certificate>

fn ServerCertificateErrorSeverity(&self) -> Result<SocketSslErrorSeverity>

fn ServerCertificateErrors(&self) -> Result<IVectorView<ChainValidationResult>>

fn ServerIntermediateCertificates(&self) -> Result<IVectorView<Certificate>>

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§