CampfireHoon.CampfireRoom.CampfireRoom C# (CSharp) Method

CampfireRoom() public method

public CampfireRoom ( AccountConfig config, int roomId, bool useSsl ) : Newtonsoft.Json
config AccountConfig
roomId int
useSsl bool
return Newtonsoft.Json
        public CampfireRoom(AccountConfig config, int roomId, bool useSsl)
        {
            _config = config;
            _roomId = roomId;
            _useSsl = useSsl;
        }