Phoenix.Channel.CanPush C# (CSharp) Метод

CanPush() публичный Метод

public CanPush ( ) : bool
Результат bool
    public bool CanPush()
    {
      return _socket.IsConnected() && _state == ChannelState.Joined; //jfis - another _socket call
    }