Connection.ConnectionAlive Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodConnectionAlive()
Uses the current connection and returns a bool dependant on the remote end responding to a SendReceiveObject call within the default ConnectionAliveTestTimeoutMS
Public methodConnectionAlive(Int32)
Uses the current connection and returns a bool dependant on the remote end responding to a SendReceiveObject call within the provided aliveRespondTimeoutMS.
Public methodConnectionAlive(Int32, Int64)
Uses the current connection and returns a bool dependant on the remote end responding to a SendReceiveObject call within the provided aliveRespondTimeoutMS
Back to Top
See Also