| 408 | } |
| 409 | |
| 410 | [[nodiscard]] bool |
| 411 | IsTLS() |
| 412 | { |
| 413 | _ensure_initialized(this); |
| 414 | return TSVConnIsSsl(_vc); |
| 415 | } |
| 416 | |
| 417 | [[nodiscard]] virtual cripts::IP LocalIP() const = 0; |
| 418 | [[nodiscard]] virtual int Count() const = 0; |
nothing calls this directly
no test coverage detected