pub trait IWebSocketInformation_Impl: Sized {
    // Required methods
    fn LocalAddress(&self) -> Result<HostName>;
    fn BandwidthStatistics(&self) -> Result<BandwidthStatistics>;
    fn Protocol(&self) -> Result<HSTRING>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§