Phoenix.Channel.CanPush C# (CSharp) Method

CanPush() public method

public CanPush ( ) : bool
return bool
    public bool CanPush()
    {
      return _socket.IsConnected() && _state == ChannelState.Joined; //jfis - another _socket call
    }