| 85 | } |
| 86 | |
| 87 | void OnFailure() override |
| 88 | { |
| 89 | /* Close the STUN connection too, as it is no longer of use. */ |
| 90 | _network_coordinator_client.CloseStunHandler(this->token, this->family); |
| 91 | |
| 92 | _network_coordinator_client.ConnectFailure(this->token, this->tracking_number); |
| 93 | } |
| 94 | |
| 95 | void OnConnect(SOCKET s) override |
| 96 | { |
nothing calls this directly
no test coverage detected